@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 |
|---|---|
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 String resourceGroupName()
Resource group to which the application belongs.
public Instant startTime()
The start time of the event.
public Instant endTime()
The end time of the event.
public 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 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 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 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.