public class DescribeSecurityGroupReferencesRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DescribeSecurityGroupReferencesRequest>
DescribeSecurityGroupReferences operation
.
[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
Constructor and Description |
---|
DescribeSecurityGroupReferencesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeSecurityGroupReferencesRequest()
public java.util.List<java.lang.String> getGroupId()
public void setGroupId(java.util.Collection<java.lang.String> groupId)
groupId
- One or more security group IDs in your account.public DescribeSecurityGroupReferencesRequest withGroupId(java.lang.String... groupId)
Returns a reference to this object so that method calls can be chained together.
groupId
- One or more security group IDs in your account.public DescribeSecurityGroupReferencesRequest withGroupId(java.util.Collection<java.lang.String> groupId)
Returns a reference to this object so that method calls can be chained together.
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 int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.