@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIpamAddressHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetIpamAddressHistoryResult() |
Modifier and Type | Method and Description |
---|---|
GetIpamAddressHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<IpamAddressHistoryRecord> |
getHistoryRecords()
A historical record for a CIDR within an IPAM scope.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetIpamAddressHistoryResult |
withHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResult |
withHistoryRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IpamAddressHistoryRecord> getHistoryRecords()
A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
public void setHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
historyRecords
- A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you
will see an object in the response for the instance and one for the network interface.public GetIpamAddressHistoryResult withHistoryRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
NOTE: This method appends the values to the existing list (if any). Use
setHistoryRecords(java.util.Collection)
or withHistoryRecords(java.util.Collection)
if you want
to override the existing values.
historyRecords
- A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you
will see an object in the response for the instance and one for the network interface.public GetIpamAddressHistoryResult withHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
historyRecords
- A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you
will see an object in the response for the instance and one for the network interface.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 GetIpamAddressHistoryResult 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 String toString()
toString
in class Object
Object.toString()
public GetIpamAddressHistoryResult clone()
Copyright © 2024. All rights reserved.