@Generated(value="software.amazon.awssdk:codegen") public final class UsageInstruction extends Object implements StructuredPojo, ToCopyableBuilder<UsageInstruction.Builder,UsageInstruction>
Additional information provided by the administrator.
Modifier and Type | Class and Description |
---|---|
static interface |
UsageInstruction.Builder |
Modifier and Type | Method and Description |
---|---|
static UsageInstruction.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UsageInstruction.Builder> |
serializableBuilderClass() |
UsageInstruction.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
The usage instruction type for the value.
|
String |
value()
The usage instruction value for this type.
|
copy
public String type()
The usage instruction type for the value.
public String value()
The usage instruction value for this type.
public UsageInstruction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UsageInstruction.Builder,UsageInstruction>
public static UsageInstruction.Builder builder()
public static Class<? extends UsageInstruction.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.