@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationEventDetails.Builder,OrganizationEventDetails>
Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The 12-digit AWS account numbers that contains the affected entities.
|
static OrganizationEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Event |
event()
Returns the value of the Event property for this object.
|
EventDescription |
eventDescription()
Returns the value of the EventDescription property for this object.
|
Map<String,String> |
eventMetadata()
Additional metadata about the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEventMetadata()
Returns true if the EventMetadata property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrganizationEventDetails.Builder> |
serializableBuilderClass() |
OrganizationEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The 12-digit AWS account numbers that contains the affected entities.
public final Event event()
public final EventDescription eventDescription()
public final boolean hasEventMetadata()
public final Map<String,String> eventMetadata()
Additional metadata about the event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEventMetadata() to see if a value was sent in this field.
public OrganizationEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationEventDetails.Builder,OrganizationEventDetails>public static OrganizationEventDetails.Builder builder()
public static Class<? extends OrganizationEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.