@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpamScopesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeIpamScopesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamScopesResult |
clone() |
boolean |
equals(Object obj) |
List<IpamScope> |
getIpamScopes()
The scopes you want information on.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setIpamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIpamScopesResult |
withIpamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
|
DescribeIpamScopesResult |
withIpamScopes(IpamScope... ipamScopes)
The scopes you want information on.
|
DescribeIpamScopesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public DescribeIpamScopesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public List<IpamScope> getIpamScopes()
The scopes you want information on.
public void setIpamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
ipamScopes - The scopes you want information on.public DescribeIpamScopesResult withIpamScopes(IpamScope... ipamScopes)
The scopes you want information on.
NOTE: This method appends the values to the existing list (if any). Use
setIpamScopes(java.util.Collection) or withIpamScopes(java.util.Collection) if you want to
override the existing values.
ipamScopes - The scopes you want information on.public DescribeIpamScopesResult withIpamScopes(Collection<IpamScope> ipamScopes)
The scopes you want information on.
ipamScopes - The scopes you want information on.public String toString()
toString in class ObjectObject.toString()public DescribeIpamScopesResult clone()