@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
The event information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigurationEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID for the owner of the application to which the configuration event belongs.
|
static ConfigurationEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventDetail()
The details of the event in plain text.
|
String |
eventResourceName()
The name of the resource Application Insights attempted to configure.
|
ConfigurationEventResourceType |
eventResourceType()
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
String |
eventResourceTypeAsString()
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEventStatus |
eventStatus()
The status of the configuration update event.
|
String |
eventStatusAsString()
The status of the configuration update event.
|
Instant |
eventTime()
The timestamp of the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
monitoredResourceARN()
The resource monitored by Application Insights.
|
String |
resourceGroupName()
The name of the resource group of the application to which the configuration event belongs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationEvent.Builder> |
serializableBuilderClass() |
ConfigurationEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceGroupName()
The name of the resource group of the application to which the configuration event belongs.
public final String accountId()
The AWS account ID for the owner of the application to which the configuration event belongs.
public final String monitoredResourceARN()
The resource monitored by Application Insights.
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 ConfigurationEventResourceType eventResourceType()
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
If the service returns an enum value that is not available in the current SDK version, eventResourceType
will return ConfigurationEventResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from eventResourceTypeAsString().
ConfigurationEventResourceTypepublic final String eventResourceTypeAsString()
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
If the service returns an enum value that is not available in the current SDK version, eventResourceType
will return ConfigurationEventResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from eventResourceTypeAsString().
ConfigurationEventResourceTypepublic final Instant eventTime()
The timestamp of the event.
public final String eventDetail()
The details of the event in plain text.
public final String eventResourceName()
The name of the resource Application Insights attempted to configure.
public ConfigurationEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>public static ConfigurationEvent.Builder builder()
public static Class<? extends ConfigurationEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.