@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UngroupResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UngroupResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
UngroupResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroup()
The name or the ARN of the resource group from which to remove the resources.
|
List<String> |
getResourceArns()
The ARNs of the resources to be removed from the group.
|
int |
hashCode() |
void |
setGroup(String group)
The name or the ARN of the resource group from which to remove the resources.
|
void |
setResourceArns(Collection<String> resourceArns)
The ARNs of the resources to be removed from the group.
|
String |
toString()
Returns a string representation of this object.
|
UngroupResourcesRequest |
withGroup(String group)
The name or the ARN of the resource group from which to remove the resources.
|
UngroupResourcesRequest |
withResourceArns(Collection<String> resourceArns)
The ARNs of the resources to be removed from the group.
|
UngroupResourcesRequest |
withResourceArns(String... resourceArns)
The ARNs of the resources to be removed from the group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGroup(String group)
The name or the ARN of the resource group from which to remove the resources.
group
- The name or the ARN of the resource group from which to remove the resources.public String getGroup()
The name or the ARN of the resource group from which to remove the resources.
public UngroupResourcesRequest withGroup(String group)
The name or the ARN of the resource group from which to remove the resources.
group
- The name or the ARN of the resource group from which to remove the resources.public List<String> getResourceArns()
The ARNs of the resources to be removed from the group.
public void setResourceArns(Collection<String> resourceArns)
The ARNs of the resources to be removed from the group.
resourceArns
- The ARNs of the resources to be removed from the group.public UngroupResourcesRequest withResourceArns(String... resourceArns)
The ARNs of the resources to be removed from the group.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection)
or withResourceArns(java.util.Collection)
if you want to
override the existing values.
resourceArns
- The ARNs of the resources to be removed from the group.public UngroupResourcesRequest withResourceArns(Collection<String> resourceArns)
The ARNs of the resources to be removed from the group.
resourceArns
- The ARNs of the resources to be removed from the group.public String toString()
toString
in class Object
Object.toString()
public UngroupResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()