@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConfigurationHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for the resource group owner.
|
Date |
getEndTime()
The end time of the event.
|
String |
getEventStatus()
The status of the configuration update event.
|
Integer |
getMaxResults()
The maximum number of results returned by
ListConfigurationHistory in paginated output. |
String |
getNextToken()
The
NextToken value returned from a previous paginated ListConfigurationHistory request
where MaxResults was used and the results exceeded the value of that parameter. |
String |
getResourceGroupName()
Resource group to which the application belongs.
|
Date |
getStartTime()
The start time of the event.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the resource group owner.
|
void |
setEndTime(Date endTime)
The end time of the event.
|
void |
setEventStatus(String eventStatus)
The status of the configuration update event.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results returned by
ListConfigurationHistory in paginated output. |
void |
setNextToken(String nextToken)
The
NextToken value returned from a previous paginated ListConfigurationHistory request
where MaxResults was used and the results exceeded the value of that parameter. |
void |
setResourceGroupName(String resourceGroupName)
Resource group to which the application belongs.
|
void |
setStartTime(Date startTime)
The start time of the event.
|
String |
toString()
Returns a string representation of this object.
|
ListConfigurationHistoryRequest |
withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
ListConfigurationHistoryRequest |
withEndTime(Date endTime)
The end time of the event.
|
ListConfigurationHistoryRequest |
withEventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event.
|
ListConfigurationHistoryRequest |
withEventStatus(String eventStatus)
The status of the configuration update event.
|
ListConfigurationHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of results returned by
ListConfigurationHistory in paginated output. |
ListConfigurationHistoryRequest |
withNextToken(String nextToken)
The
NextToken value returned from a previous paginated ListConfigurationHistory request
where MaxResults was used and the results exceeded the value of that parameter. |
ListConfigurationHistoryRequest |
withResourceGroupName(String resourceGroupName)
Resource group to which the application belongs.
|
ListConfigurationHistoryRequest |
withStartTime(Date startTime)
The start time of the event.
|
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 setResourceGroupName(String resourceGroupName)
Resource group to which the application belongs.
resourceGroupName
- Resource group to which the application belongs.public String getResourceGroupName()
Resource group to which the application belongs.
public ListConfigurationHistoryRequest withResourceGroupName(String resourceGroupName)
Resource group to which the application belongs.
resourceGroupName
- Resource group to which the application belongs.public void setStartTime(Date startTime)
The start time of the event.
startTime
- The start time of the event.public Date getStartTime()
The start time of the event.
public ListConfigurationHistoryRequest withStartTime(Date startTime)
The start time of the event.
startTime
- The start time of the event.public void setEndTime(Date endTime)
The end time of the event.
endTime
- The end time of the event.public Date getEndTime()
The end time of the event.
public ListConfigurationHistoryRequest withEndTime(Date endTime)
The end time of the event.
endTime
- The end time of the event.public void setEventStatus(String eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus
public String getEventStatus()
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
ConfigurationEventStatus
public ListConfigurationHistoryRequest withEventStatus(String eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus
public ListConfigurationHistoryRequest withEventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus
public void setMaxResults(Integer maxResults)
The maximum number of results returned by ListConfigurationHistory
in paginated output. When this
parameter is used, ListConfigurationHistory
returns only MaxResults
in a single page
along with a NextToken
response element. The remaining results of the initial request can be seen by
sending another ListConfigurationHistory
request with the returned NextToken
value. If
this parameter is not used, then ListConfigurationHistory
returns all results.
maxResults
- The maximum number of results returned by ListConfigurationHistory
in paginated output. When
this parameter is used, ListConfigurationHistory
returns only MaxResults
in a
single page along with a NextToken
response element. The remaining results of the initial
request can be seen by sending another ListConfigurationHistory
request with the returned
NextToken
value. If this parameter is not used, then ListConfigurationHistory
returns all results.public Integer getMaxResults()
The maximum number of results returned by ListConfigurationHistory
in paginated output. When this
parameter is used, ListConfigurationHistory
returns only MaxResults
in a single page
along with a NextToken
response element. The remaining results of the initial request can be seen by
sending another ListConfigurationHistory
request with the returned NextToken
value. If
this parameter is not used, then ListConfigurationHistory
returns all results.
ListConfigurationHistory
in paginated output. When
this parameter is used, ListConfigurationHistory
returns only MaxResults
in a
single page along with a NextToken
response element. The remaining results of the initial
request can be seen by sending another ListConfigurationHistory
request with the returned
NextToken
value. If this parameter is not used, then ListConfigurationHistory
returns all results.public ListConfigurationHistoryRequest withMaxResults(Integer maxResults)
The maximum number of results returned by ListConfigurationHistory
in paginated output. When this
parameter is used, ListConfigurationHistory
returns only MaxResults
in a single page
along with a NextToken
response element. The remaining results of the initial request can be seen by
sending another ListConfigurationHistory
request with the returned NextToken
value. If
this parameter is not used, then ListConfigurationHistory
returns all results.
maxResults
- The maximum number of results returned by ListConfigurationHistory
in paginated output. When
this parameter is used, ListConfigurationHistory
returns only MaxResults
in a
single page along with a NextToken
response element. The remaining results of the initial
request can be seen by sending another ListConfigurationHistory
request with the returned
NextToken
value. If this parameter is not used, then ListConfigurationHistory
returns all results.public void setNextToken(String nextToken)
The NextToken
value returned from a previous paginated ListConfigurationHistory
request
where MaxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the NextToken
value. This value is
null
when there are no more results to return.
nextToken
- The NextToken
value returned from a previous paginated ListConfigurationHistory
request where MaxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the NextToken
value.
This value is null
when there are no more results to return.public String getNextToken()
The NextToken
value returned from a previous paginated ListConfigurationHistory
request
where MaxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the NextToken
value. This value is
null
when there are no more results to return.
NextToken
value returned from a previous paginated ListConfigurationHistory
request where MaxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the NextToken
value.
This value is null
when there are no more results to return.public ListConfigurationHistoryRequest withNextToken(String nextToken)
The NextToken
value returned from a previous paginated ListConfigurationHistory
request
where MaxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the NextToken
value. This value is
null
when there are no more results to return.
nextToken
- The NextToken
value returned from a previous paginated ListConfigurationHistory
request where MaxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the NextToken
value.
This value is null
when there are no more results to return.public void setAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String getAccountId()
The AWS account ID for the resource group owner.
public ListConfigurationHistoryRequest withAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()