Class ListConfigurationHistoryRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest
-
- software.amazon.awssdk.services.applicationinsights.model.ListConfigurationHistoryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListConfigurationHistoryRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListConfigurationHistoryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The AWS account ID for the resource group owner.static ListConfigurationHistoryRequest.Builderbuilder()InstantendTime()The end time of the event.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ConfigurationEventStatuseventStatus()The status of the configuration update event.StringeventStatusAsString()The status of the configuration update event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results returned byListConfigurationHistoryin paginated output.StringnextToken()TheNextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter.StringresourceGroupName()Resource group to which the application belongs.List<SdkField<?>>sdkFields()static Class<? extends ListConfigurationHistoryRequest.Builder>serializableBuilderClass()InstantstartTime()The start time of the event.ListConfigurationHistoryRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceGroupName
public final String resourceGroupName()
Resource group to which the application belongs.
- Returns:
- Resource group to which the application belongs.
-
startTime
public final Instant startTime()
The start time of the event.
- Returns:
- The start time of the event.
-
endTime
public final Instant endTime()
The end time of the event.
- Returns:
- The end time of the event.
-
eventStatus
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,
eventStatuswill returnConfigurationEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventStatusAsString().- Returns:
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- See Also:
ConfigurationEventStatus
-
eventStatusAsString
public 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,
eventStatuswill returnConfigurationEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventStatusAsString().- Returns:
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- See Also:
ConfigurationEventStatus
-
maxResults
public final Integer maxResults()
The maximum number of results returned by
ListConfigurationHistoryin paginated output. When this parameter is used,ListConfigurationHistoryreturns onlyMaxResultsin a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistoryrequest with the returnedNextTokenvalue. If this parameter is not used, thenListConfigurationHistoryreturns all results.- Returns:
- The maximum number of results returned by
ListConfigurationHistoryin paginated output. When this parameter is used,ListConfigurationHistoryreturns onlyMaxResultsin a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistoryrequest with the returnedNextTokenvalue. If this parameter is not used, thenListConfigurationHistoryreturns all results.
-
nextToken
public final String nextToken()
The
NextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- Returns:
- The
NextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value isnullwhen there are no more results to return.
-
accountId
public final String accountId()
The AWS account ID for the resource group owner.
- Returns:
- The AWS account ID for the resource group owner.
-
toBuilder
public ListConfigurationHistoryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>- Specified by:
toBuilderin classApplicationInsightsRequest
-
builder
public static ListConfigurationHistoryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListConfigurationHistoryRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-