@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 |
|---|---|
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.
|
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 String monitoredResourceARN()
The resource monitored by Application Insights.
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 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 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 Instant eventTime()
The timestamp of the event.
public String eventDetail()
The details of the event in plain text.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.