ToCopyableBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
@Generated("software.amazon.awssdk:codegen") public class ReplaceableAttribute extends Object implements ToCopyableBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReplaceableAttribute.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ReplaceableAttribute.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the replaceable attribute.
|
Boolean |
replace() |
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
|
static Class<? extends ReplaceableAttribute.Builder> |
serializableBuilderClass() |
|
ReplaceableAttribute.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The value of the replaceable attribute.
|
public String name()
public String value()
public Boolean replace()
false
.false
.public ReplaceableAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplaceableAttribute.Builder,ReplaceableAttribute>
public static ReplaceableAttribute.Builder builder()
public static Class<? extends ReplaceableAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.