@Generated(value="software.amazon.awssdk:codegen") public final class RecommendationRelatedEventResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationRelatedEventResource.Builder,RecommendationRelatedEventResource>
Information about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecommendationRelatedEventResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationRelatedEventResource.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 the event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecommendationRelatedEventResource.Builder> |
serializableBuilderClass() |
RecommendationRelatedEventResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the resource that emitted the event.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the resource that emitted the event. This corresponds to the Name field in an
EventResource object.
Name field in an
EventResource object.public final String type()
The type of the resource that emitted the event. This corresponds to the Type field in an
EventResource object.
Type field in an
EventResource object.public RecommendationRelatedEventResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecommendationRelatedEventResource.Builder,RecommendationRelatedEventResource>public static RecommendationRelatedEventResource.Builder builder()
public static Class<? extends RecommendationRelatedEventResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.