@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStaleSecurityGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStaleSecurityGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStaleSecurityGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<StaleSecurityGroup> |
getStaleSecurityGroupSet()
Information about the stale security groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setStaleSecurityGroupSet(Collection<StaleSecurityGroup> staleSecurityGroupSet)
Information about the stale security groups.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeStaleSecurityGroupsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeStaleSecurityGroupsResult |
withStaleSecurityGroupSet(Collection<StaleSecurityGroup> staleSecurityGroupSet)
Information about the stale security groups.
|
DescribeStaleSecurityGroupsResult |
withStaleSecurityGroupSet(StaleSecurityGroup... staleSecurityGroupSet)
Information about the stale security groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeStaleSecurityGroupsResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public List<StaleSecurityGroup> getStaleSecurityGroupSet()
Information about the stale security groups.
public void setStaleSecurityGroupSet(Collection<StaleSecurityGroup> staleSecurityGroupSet)
Information about the stale security groups.
staleSecurityGroupSet
- Information about the stale security groups.public DescribeStaleSecurityGroupsResult withStaleSecurityGroupSet(StaleSecurityGroup... staleSecurityGroupSet)
Information about the stale security groups.
NOTE: This method appends the values to the existing list (if any). Use
setStaleSecurityGroupSet(java.util.Collection)
or
withStaleSecurityGroupSet(java.util.Collection)
if you want to override the existing values.
staleSecurityGroupSet
- Information about the stale security groups.public DescribeStaleSecurityGroupsResult withStaleSecurityGroupSet(Collection<StaleSecurityGroup> staleSecurityGroupSet)
Information about the stale security groups.
staleSecurityGroupSet
- Information about the stale security groups.public String toString()
toString
in class Object
Object.toString()
public DescribeStaleSecurityGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.