@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UsageInstruction extends Object implements Serializable, Cloneable, StructuredPojo
Additional information provided by the administrator.
Constructor and Description |
---|
UsageInstruction() |
Modifier and Type | Method and Description |
---|---|
UsageInstruction |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The usage instruction type for the value.
|
String |
getValue()
The usage instruction value for this type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(String type)
The usage instruction type for the value.
|
void |
setValue(String value)
The usage instruction value for this type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UsageInstruction |
withType(String type)
The usage instruction type for the value.
|
UsageInstruction |
withValue(String value)
The usage instruction value for this type.
|
public void setType(String type)
The usage instruction type for the value.
type
- The usage instruction type for the value.public String getType()
The usage instruction type for the value.
public UsageInstruction withType(String type)
The usage instruction type for the value.
type
- The usage instruction type for the value.public void setValue(String value)
The usage instruction value for this type.
value
- The usage instruction value for this type.public String getValue()
The usage instruction value for this type.
public UsageInstruction withValue(String value)
The usage instruction value for this type.
value
- The usage instruction value for this type.public String toString()
toString
in class Object
Object.toString()
public UsageInstruction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.