@Generated(value="software.amazon.awssdk:codegen") public final class GetIpamAddressHistoryRequest extends Ec2Request implements ToCopyableBuilder<GetIpamAddressHistoryRequest.Builder,GetIpamAddressHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetIpamAddressHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetIpamAddressHistoryRequest.Builder |
builder() |
String |
cidr()
The CIDR you want the history of.
|
Instant |
endTime()
The end of the time period for which you are looking for history.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipamScopeId()
The ID of the IPAM scope that the CIDR is in.
|
Integer |
maxResults()
The maximum number of historical results you would like returned per page.
|
String |
nextToken()
The token for the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetIpamAddressHistoryRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC you want your history records filtered by.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cidr()
The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.
public final String ipamScopeId()
The ID of the IPAM scope that the CIDR is in.
public final String vpcId()
The ID of the VPC you want your history records filtered by.
public final Instant startTime()
The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.
public final Instant endTime()
The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.
public final Integer maxResults()
The maximum number of historical results you would like returned per page. Defaults to 100.
public final String nextToken()
The token for the next page of results.
public GetIpamAddressHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetIpamAddressHistoryRequest.Builder,GetIpamAddressHistoryRequest>toBuilder in class Ec2Requestpublic static GetIpamAddressHistoryRequest.Builder builder()
public static Class<? extends GetIpamAddressHistoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.