@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpamsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeIpamsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIpamsResult |
clone() |
boolean |
equals(Object obj) |
List<Ipam> |
getIpams()
Information about the IPAMs.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setIpams(Collection<Ipam> ipams)
Information about the IPAMs.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIpamsResult |
withIpams(Collection<Ipam> ipams)
Information about the IPAMs.
|
DescribeIpamsResult |
withIpams(Ipam... ipams)
Information about the IPAMs.
|
DescribeIpamsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 DescribeIpamsResult 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<Ipam> getIpams()
Information about the IPAMs.
public void setIpams(Collection<Ipam> ipams)
Information about the IPAMs.
ipams
- Information about the IPAMs.public DescribeIpamsResult withIpams(Ipam... ipams)
Information about the IPAMs.
NOTE: This method appends the values to the existing list (if any). Use
setIpams(java.util.Collection)
or withIpams(java.util.Collection)
if you want to override the
existing values.
ipams
- Information about the IPAMs.public DescribeIpamsResult withIpams(Collection<Ipam> ipams)
Information about the IPAMs.
ipams
- Information about the IPAMs.public String toString()
toString
in class Object
Object.toString()
public DescribeIpamsResult clone()