@Generated(value="software.amazon.awssdk:codegen") public final class ListConfigurationHistoryRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListConfigurationHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID for the resource group owner.
|
static ListConfigurationHistoryRequest.Builder |
builder() |
Instant |
endTime()
The end time of the event.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ConfigurationEventStatus |
eventStatus()
The status of the configuration update event.
|
String |
eventStatusAsString()
The status of the configuration update event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by
ListConfigurationHistory in paginated output. |
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. |
String |
resourceGroupName()
Resource group to which the application belongs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListConfigurationHistoryRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the event.
|
ListConfigurationHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceGroupName()
Resource group to which the application belongs.
public final Instant startTime()
The start time of the event.
public final Instant endTime()
The end time of the event.
public final ConfigurationEventStatus eventStatus()
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
If the service returns an enum value that is not available in the current SDK version, eventStatus will
return ConfigurationEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from eventStatusAsString().
ConfigurationEventStatuspublic final String eventStatusAsString()
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
If the service returns an enum value that is not available in the current SDK version, eventStatus will
return ConfigurationEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from eventStatusAsString().
ConfigurationEventStatuspublic final 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.
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 final 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 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 final String accountId()
The AWS account ID for the resource group owner.
public ListConfigurationHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>toBuilder in class ApplicationInsightsRequestpublic static ListConfigurationHistoryRequest.Builder builder()
public static Class<? extends ListConfigurationHistoryRequest.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 © 2023. All rights reserved.