@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateIpGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateIpGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateIpGroupsRequest |
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.
|
AssociateIpGroupsRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
AssociateIpGroupsRequest |
withGroupIds(Collection<String> groupIds)
The identifiers of one or more IP access control groups.
|
AssociateIpGroupsRequest |
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, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public AssociateIpGroupsRequest 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 AssociateIpGroupsRequest 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 AssociateIpGroupsRequest 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 ObjectObject.toString()public AssociateIpGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()