@Generated(value="software.amazon.awssdk:codegen") public final class PrefixListId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrefixListId.Builder,PrefixListId>
Describes a prefix list ID.
Modifier and Type | Class and Description |
---|---|
static interface |
PrefixListId.Builder |
Modifier and Type | Method and Description |
---|---|
static PrefixListId.Builder |
builder() |
String |
description()
A description for the security group rule that references this prefix list ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefixListId()
The ID of the prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrefixListId.Builder> |
serializableBuilderClass() |
PrefixListId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String description()
A description for the security group rule that references this prefix list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
public final String prefixListId()
The ID of the prefix.
public PrefixListId.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PrefixListId.Builder,PrefixListId>
public static PrefixListId.Builder builder()
public static Class<? extends PrefixListId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.