@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIpamResourceCidrsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetIpamResourceCidrsResult() |
Modifier and Type | Method and Description |
---|---|
GetIpamResourceCidrsResult |
clone() |
boolean |
equals(Object obj) |
List<IpamResourceCidr> |
getIpamResourceCidrs()
The resource CIDRs.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setIpamResourceCidrs(Collection<IpamResourceCidr> ipamResourceCidrs)
The resource CIDRs.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetIpamResourceCidrsResult |
withIpamResourceCidrs(Collection<IpamResourceCidr> ipamResourceCidrs)
The resource CIDRs.
|
GetIpamResourceCidrsResult |
withIpamResourceCidrs(IpamResourceCidr... ipamResourceCidrs)
The resource CIDRs.
|
GetIpamResourceCidrsResult |
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 GetIpamResourceCidrsResult 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<IpamResourceCidr> getIpamResourceCidrs()
The resource CIDRs.
public void setIpamResourceCidrs(Collection<IpamResourceCidr> ipamResourceCidrs)
The resource CIDRs.
ipamResourceCidrs
- The resource CIDRs.public GetIpamResourceCidrsResult withIpamResourceCidrs(IpamResourceCidr... ipamResourceCidrs)
The resource CIDRs.
NOTE: This method appends the values to the existing list (if any). Use
setIpamResourceCidrs(java.util.Collection)
or withIpamResourceCidrs(java.util.Collection)
if
you want to override the existing values.
ipamResourceCidrs
- The resource CIDRs.public GetIpamResourceCidrsResult withIpamResourceCidrs(Collection<IpamResourceCidr> ipamResourceCidrs)
The resource CIDRs.
ipamResourceCidrs
- The resource CIDRs.public String toString()
toString
in class Object
Object.toString()
public GetIpamResourceCidrsResult clone()