@Generated(value="software.amazon.awssdk:codegen") public final class AllowDenyList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllowDenyList.Builder,AllowDenyList>
The metadata of a list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AllowDenyList.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the list.
|
static AllowDenyList.Builder |
builder() |
String |
createdTime()
The time the list was created.
|
String |
description()
The description of the list.
|
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 list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AllowDenyList.Builder> |
serializableBuilderClass() |
AllowDenyList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedTime()
The time the list was last updated.
|
String |
variableType()
The variable type of the list.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the list.
public final String description()
The description of the list.
public final String variableType()
The variable type of the list.
public final String createdTime()
The time the list was created.
public final String updatedTime()
The time the list was last updated.
public final String arn()
The ARN of the list.
public AllowDenyList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AllowDenyList.Builder,AllowDenyList>public static AllowDenyList.Builder builder()
public static Class<? extends AllowDenyList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.