@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIpamAddressHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetIpamAddressHistoryRequest>
NOOP
Constructor and Description |
---|
GetIpamAddressHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
GetIpamAddressHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
The CIDR you want the history of.
|
Request<GetIpamAddressHistoryRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Date |
getEndTime()
The end of the time period for which you are looking for history.
|
String |
getIpamScopeId()
The ID of the IPAM scope that the CIDR is in.
|
Integer |
getMaxResults()
The maximum number of historical results you would like returned per page.
|
String |
getNextToken()
The token for the next page of results.
|
Date |
getStartTime()
The start of the time period for which you are looking for history.
|
String |
getVpcId()
The ID of the VPC you want your history records filtered by.
|
int |
hashCode() |
void |
setCidr(String cidr)
The CIDR you want the history of.
|
void |
setEndTime(Date endTime)
The end of the time period for which you are looking for history.
|
void |
setIpamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
|
void |
setMaxResults(Integer maxResults)
The maximum number of historical results you would like returned per page.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setStartTime(Date startTime)
The start of the time period for which you are looking for history.
|
void |
setVpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
|
String |
toString()
Returns a string representation of this object.
|
GetIpamAddressHistoryRequest |
withCidr(String cidr)
The CIDR you want the history of.
|
GetIpamAddressHistoryRequest |
withEndTime(Date endTime)
The end of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest |
withIpamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
|
GetIpamAddressHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of historical results you would like returned per page.
|
GetIpamAddressHistoryRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetIpamAddressHistoryRequest |
withStartTime(Date startTime)
The start of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest |
withVpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCidr(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.
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 String getCidr()
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 GetIpamAddressHistoryRequest withCidr(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.
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 void setIpamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
ipamScopeId
- The ID of the IPAM scope that the CIDR is in.public String getIpamScopeId()
The ID of the IPAM scope that the CIDR is in.
public GetIpamAddressHistoryRequest withIpamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
ipamScopeId
- The ID of the IPAM scope that the CIDR is in.public void setVpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
vpcId
- The ID of the VPC you want your history records filtered by.public String getVpcId()
The ID of the VPC you want your history records filtered by.
public GetIpamAddressHistoryRequest withVpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
vpcId
- The ID of the VPC you want your history records filtered by.public void setStartTime(Date 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.
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 Date getStartTime()
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 GetIpamAddressHistoryRequest withStartTime(Date 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.
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 void setEndTime(Date 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.
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 Date getEndTime()
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 GetIpamAddressHistoryRequest withEndTime(Date 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.
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 void setMaxResults(Integer maxResults)
The maximum number of historical results you would like returned per page. Defaults to 100.
maxResults
- The maximum number of historical results you would like returned per page. Defaults to 100.public Integer getMaxResults()
The maximum number of historical results you would like returned per page. Defaults to 100.
public GetIpamAddressHistoryRequest withMaxResults(Integer maxResults)
The maximum number of historical results you would like returned per page. Defaults to 100.
maxResults
- The maximum number of historical results you would like returned per page. Defaults to 100.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetIpamAddressHistoryRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<GetIpamAddressHistoryRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<GetIpamAddressHistoryRequest>
public String toString()
toString
in class Object
Object.toString()
public GetIpamAddressHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()