Class GetResourceConfigHistoryRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
The input for the GetResourceConfigHistory action.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The chronological order for configuration items listed.The time stamp that indicates an earlier time.The time stamp that indicates a later time.getLimit()
The maximum number of configuration items returned on each page.ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.The ID of the resource (for example.,sg-xxxxxx
).The resource type.int
hashCode()
void
setChronologicalOrder
(ChronologicalOrder chronologicalOrder) The chronological order for configuration items listed.void
setChronologicalOrder
(String chronologicalOrder) The chronological order for configuration items listed.void
setEarlierTime
(Date earlierTime) The time stamp that indicates an earlier time.void
setLaterTime
(Date laterTime) The time stamp that indicates a later time.void
The maximum number of configuration items returned on each page.void
setNextToken
(String nextToken) ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.void
setResourceId
(String resourceId) The ID of the resource (for example.,sg-xxxxxx
).void
setResourceType
(ResourceType resourceType) The resource type.void
setResourceType
(String resourceType) The resource type.toString()
Returns a string representation of this object; useful for testing and debugging.withChronologicalOrder
(ChronologicalOrder chronologicalOrder) The chronological order for configuration items listed.withChronologicalOrder
(String chronologicalOrder) The chronological order for configuration items listed.withEarlierTime
(Date earlierTime) The time stamp that indicates an earlier time.withLaterTime
(Date laterTime) The time stamp that indicates a later time.The maximum number of configuration items returned on each page.withNextToken
(String nextToken) ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.withResourceId
(String resourceId) The ID of the resource (for example.,sg-xxxxxx
).withResourceType
(ResourceType resourceType) The resource type.withResourceType
(String resourceType) The resource type.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
GetResourceConfigHistoryRequest
public GetResourceConfigHistoryRequest()
-
-
Method Details
-
setResourceType
The resource type.
- Parameters:
resourceType
- The resource type.- See Also:
-
getResourceType
The resource type.
- Returns:
- The resource type.
- See Also:
-
withResourceType
The resource type.
- Parameters:
resourceType
- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setResourceType
The resource type.
- Parameters:
resourceType
- The resource type.- See Also:
-
withResourceType
The resource type.
- Parameters:
resourceType
- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setResourceId
The ID of the resource (for example.,
sg-xxxxxx
).- Parameters:
resourceId
- The ID of the resource (for example.,sg-xxxxxx
).
-
getResourceId
The ID of the resource (for example.,
sg-xxxxxx
).- Returns:
- The ID of the resource (for example.,
sg-xxxxxx
).
-
withResourceId
The ID of the resource (for example.,
sg-xxxxxx
).- Parameters:
resourceId
- The ID of the resource (for example.,sg-xxxxxx
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLaterTime
The time stamp that indicates a later time. If not specified, current time is taken.
- Parameters:
laterTime
- The time stamp that indicates a later time. If not specified, current time is taken.
-
getLaterTime
The time stamp that indicates a later time. If not specified, current time is taken.
- Returns:
- The time stamp that indicates a later time. If not specified, current time is taken.
-
withLaterTime
The time stamp that indicates a later time. If not specified, current time is taken.
- Parameters:
laterTime
- The time stamp that indicates a later time. If not specified, current time is taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEarlierTime
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.
- Parameters:
earlierTime
- The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.
-
getEarlierTime
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.
- Returns:
- The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.
-
withEarlierTime
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.
- Parameters:
earlierTime
- The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChronologicalOrder
The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
- Parameters:
chronologicalOrder
- The chronological order for configuration items listed. By default the results are listed in reverse chronological order.- See Also:
-
getChronologicalOrder
The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
- Returns:
- The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
- See Also:
-
withChronologicalOrder
The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
- Parameters:
chronologicalOrder
- The chronological order for configuration items listed. By default the results are listed in reverse chronological order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setChronologicalOrder
The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
- Parameters:
chronologicalOrder
- The chronological order for configuration items listed. By default the results are listed in reverse chronological order.- See Also:
-
withChronologicalOrder
public GetResourceConfigHistoryRequest withChronologicalOrder(ChronologicalOrder chronologicalOrder) The chronological order for configuration items listed. By default the results are listed in reverse chronological order.
- Parameters:
chronologicalOrder
- The chronological order for configuration items listed. By default the results are listed in reverse chronological order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLimit
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
- Parameters:
limit
- The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
-
getLimit
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
- Returns:
- The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
-
withLimit
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
- Parameters:
limit
- The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken
- ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
-
getNextToken
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
-
withNextToken
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken
- ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-