ToCopyableBuilder<PrefixListId.Builder,PrefixListId>@Generated("software.amazon.awssdk:codegen") public class PrefixListId extends Object implements ToCopyableBuilder<PrefixListId.Builder,PrefixListId>
The ID of the prefix.
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | PrefixListId.Builder | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static PrefixListId.Builder | builder() | |
| boolean | equals(Object obj) | |
| int | hashCode() | |
| String | prefixListId() | 
 The ID of the prefix. | 
| static Class<? extends PrefixListId.Builder> | serializableBuilderClass() | |
| PrefixListId.Builder | toBuilder() | Take this object and create a builder that contains all of the current property values of this object. | 
| String | toString() | 
public String prefixListId()
The ID of the prefix.
public PrefixListId.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PrefixListId.Builder,PrefixListId>public static PrefixListId.Builder builder()
public static Class<? extends PrefixListId.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.