public class DescribeStaleSecurityGroupsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeStaleSecurityGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
java.util.List<StaleSecurityGroup> |
getStaleSecurityGroupSet()
Information about the stale security groups.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
void |
setStaleSecurityGroupSet(java.util.Collection<StaleSecurityGroup> staleSecurityGroupSet)
Information about the stale security groups.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStaleSecurityGroupsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
DescribeStaleSecurityGroupsResult |
withStaleSecurityGroupSet(java.util.Collection<StaleSecurityGroup> staleSecurityGroupSet)
Information about the stale security groups.
|
DescribeStaleSecurityGroupsResult |
withStaleSecurityGroupSet(StaleSecurityGroup... staleSecurityGroupSet)
Information about the stale security groups.
|
public java.util.List<StaleSecurityGroup> getStaleSecurityGroupSet()
public void setStaleSecurityGroupSet(java.util.Collection<StaleSecurityGroup> staleSecurityGroupSet)
staleSecurityGroupSet - Information about the stale security groups.public DescribeStaleSecurityGroupsResult withStaleSecurityGroupSet(StaleSecurityGroup... staleSecurityGroupSet)
Returns a reference to this object so that method calls can be chained together.
staleSecurityGroupSet - Information about the stale security groups.public DescribeStaleSecurityGroupsResult withStaleSecurityGroupSet(java.util.Collection<StaleSecurityGroup> staleSecurityGroupSet)
Returns a reference to this object so that method calls can be chained together.
staleSecurityGroupSet - Information about the stale security groups.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
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 DescribeStaleSecurityGroupsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.