@Generated(value="software.amazon.awssdk:codegen") public final class EventResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventResource.Builder,EventResource>
The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource that emitted an event.
|
static EventResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the resource that emitted an event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventResource.Builder> |
serializableBuilderClass() |
EventResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of resource that emitted an event.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The type of resource that emitted an event.
public final String name()
The name of the resource that emitted an event.
public final String arn()
The Amazon Resource Name (ARN) of the resource that emitted an event.
public EventResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventResource.Builder,EventResource>public static EventResource.Builder builder()
public static Class<? extends EventResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.