public class DescribeSecurityGroupReferencesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DescribeSecurityGroupReferencesRequest>
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
groupId
One or more security group IDs in your account.
|
NOOP
Constructor and Description |
---|
DescribeSecurityGroupReferencesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupReferencesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<DescribeSecurityGroupReferencesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.util.List<java.lang.String> |
getGroupId()
One or more security group IDs in your account.
|
int |
hashCode() |
void |
setGroupId(java.util.Collection<java.lang.String> groupId)
One or more security group IDs in your account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSecurityGroupReferencesRequest |
withGroupId(java.util.Collection<java.lang.String> groupId)
One or more security group IDs in your account.
|
DescribeSecurityGroupReferencesRequest |
withGroupId(java.lang.String... groupId)
One or more security group IDs in your account.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> groupId
One or more security group IDs in your account.
public DescribeSecurityGroupReferencesRequest()
public java.util.List<java.lang.String> getGroupId()
One or more security group IDs in your account.
public void setGroupId(java.util.Collection<java.lang.String> groupId)
One or more security group IDs in your account.
groupId
- One or more security group IDs in your account.public DescribeSecurityGroupReferencesRequest withGroupId(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeSecurityGroupReferencesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()