@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEventDetailsRequest extends HealthRequest implements ToCopyableBuilder<DescribeEventDetailsRequest.Builder,DescribeEventDetailsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEventDetailsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEventDetailsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
eventArns()
A list of event ARNs (unique identifiers).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEventArns()
Returns true if the EventArns 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() |
String |
locale()
The locale (language) to return information in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEventDetailsRequest.Builder> |
serializableBuilderClass() |
DescribeEventDetailsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasEventArns()
public List<String> eventArns()
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEventArns() to see if a value was sent in this field.
"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"public String locale()
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
public DescribeEventDetailsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEventDetailsRequest.Builder,DescribeEventDetailsRequest>toBuilder in class HealthRequestpublic static DescribeEventDetailsRequest.Builder builder()
public static Class<? extends DescribeEventDetailsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.