public class UsageInstruction extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.