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