@Generated(value="software.amazon.awssdk:codegen") public final class GetEventSelectorsRequest extends CloudTrailRequest implements ToCopyableBuilder<GetEventSelectorsRequest.Builder,GetEventSelectorsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEventSelectorsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEventSelectorsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEventSelectorsRequest.Builder> |
serializableBuilderClass() |
GetEventSelectorsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trailName()
Specifies the name of the trail or trail ARN.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String trailName()
Specifies the name of the trail or trail ARN. If you specify a trail name, the string must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)
Start with a letter or number, and end with a letter or number
Be between 3 and 128 characters
Have no adjacent periods, underscores or dashes. Names like my-_namespace and
my--namespace are not valid.
Not be in IP address format (for example, 192.168.5.4)
If you specify a trail ARN, it must be in the format:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)
Start with a letter or number, and end with a letter or number
Be between 3 and 128 characters
Have no adjacent periods, underscores or dashes. Names like my-_namespace and
my--namespace are not valid.
Not be in IP address format (for example, 192.168.5.4)
If you specify a trail ARN, it must be in the format:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
public GetEventSelectorsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEventSelectorsRequest.Builder,GetEventSelectorsRequest>toBuilder in class CloudTrailRequestpublic static GetEventSelectorsRequest.Builder builder()
public static Class<? extends GetEventSelectorsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.