@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateIpGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateIpGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateIpGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
List<String> |
getGroupIds()
The identifiers of one or more IP access control groups.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateIpGroupsRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
DisassociateIpGroupsRequest |
withGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
|
DisassociateIpGroupsRequest |
withGroupIds(String... groupIds)
The identifiers of one or more IP access control groups.
|
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 setDirectoryId(String directoryId)
The identifier of the directory.
directoryId
- The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public DisassociateIpGroupsRequest withDirectoryId(String directoryId)
The identifier of the directory.
directoryId
- The identifier of the directory.public List<String> getGroupIds()
The identifiers of one or more IP access control groups.
public void setGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
groupIds
- The identifiers of one or more IP access control groups.public DisassociateIpGroupsRequest withGroupIds(String... groupIds)
The identifiers of one or more IP access control groups.
NOTE: This method appends the values to the existing list (if any). Use
setGroupIds(java.util.Collection)
or withGroupIds(java.util.Collection)
if you want to override
the existing values.
groupIds
- The identifiers of one or more IP access control groups.public DisassociateIpGroupsRequest withGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
groupIds
- The identifiers of one or more IP access control groups.public String toString()
toString
in class Object
Object.toString()
public DisassociateIpGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()