@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceNetworkVpcAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateServiceNetworkVpcAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceNetworkVpcAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
The IDs of the security groups.
|
String |
getServiceNetworkVpcAssociationIdentifier()
The ID or Amazon Resource Name (ARN) of the association.
|
int |
hashCode() |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
|
void |
setServiceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)
The ID or Amazon Resource Name (ARN) of the association.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceNetworkVpcAssociationRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
|
UpdateServiceNetworkVpcAssociationRequest |
withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups.
|
UpdateServiceNetworkVpcAssociationRequest |
withServiceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)
The ID or Amazon Resource Name (ARN) of the association.
|
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 UpdateServiceNetworkVpcAssociationRequest()
public List<String> getSecurityGroupIds()
The IDs of the security groups.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.public UpdateServiceNetworkVpcAssociationRequest withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection) or withSecurityGroupIds(java.util.Collection) if you
want to override the existing values.
securityGroupIds - The IDs of the security groups.public UpdateServiceNetworkVpcAssociationRequest withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.public void setServiceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)
The ID or Amazon Resource Name (ARN) of the association.
serviceNetworkVpcAssociationIdentifier - The ID or Amazon Resource Name (ARN) of the association.public String getServiceNetworkVpcAssociationIdentifier()
The ID or Amazon Resource Name (ARN) of the association.
public UpdateServiceNetworkVpcAssociationRequest withServiceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)
The ID or Amazon Resource Name (ARN) of the association.
serviceNetworkVpcAssociationIdentifier - The ID or Amazon Resource Name (ARN) of the association.public String toString()
toString in class ObjectObject.toString()public UpdateServiceNetworkVpcAssociationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()