@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSecurityGroupReferencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeSecurityGroupReferencesRequest>
NOOP
Constructor and Description |
---|
DescribeSecurityGroupReferencesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupReferencesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeSecurityGroupReferencesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getGroupId()
One or more security group IDs in your account.
|
int |
hashCode() |
void |
setGroupId(Collection<String> groupId)
One or more security group IDs in your account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSecurityGroupReferencesRequest |
withGroupId(Collection<String> groupId)
One or more security group IDs in your account.
|
DescribeSecurityGroupReferencesRequest |
withGroupId(String... groupId)
One or more security group IDs in your account.
|
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 DescribeSecurityGroupReferencesRequest()
public List<String> getGroupId()
One or more security group IDs in your account.
public void setGroupId(Collection<String> groupId)
One or more security group IDs in your account.
groupId
- One or more security group IDs in your account.public DescribeSecurityGroupReferencesRequest withGroupId(String... groupId)
One or more security group IDs in your account.
NOTE: This method appends the values to the existing list (if any). Use
setGroupId(java.util.Collection)
or withGroupId(java.util.Collection)
if you want to override
the existing values.
groupId
- One or more security group IDs in your account.public DescribeSecurityGroupReferencesRequest withGroupId(Collection<String> groupId)
One or more security group IDs in your account.
groupId
- One or more security group IDs in your account.public Request<DescribeSecurityGroupReferencesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeSecurityGroupReferencesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeSecurityGroupReferencesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.