@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagOptionDetail extends Object implements Serializable, Cloneable, StructuredPojo
The TagOption details.
| Constructor and Description |
|---|
TagOptionDetail() |
| Modifier and Type | Method and Description |
|---|---|
TagOptionDetail |
clone() |
boolean |
equals(Object obj) |
Boolean |
getActive()
The TagOptionDetail active state.
|
String |
getId()
The TagOptionDetail identifier.
|
String |
getKey()
The TagOptionDetail key.
|
String |
getValue()
The TagOptionDetail value.
|
int |
hashCode() |
Boolean |
isActive()
The TagOptionDetail active state.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActive(Boolean active)
The TagOptionDetail active state.
|
void |
setId(String id)
The TagOptionDetail identifier.
|
void |
setKey(String key)
The TagOptionDetail key.
|
void |
setValue(String value)
The TagOptionDetail value.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagOptionDetail |
withActive(Boolean active)
The TagOptionDetail active state.
|
TagOptionDetail |
withId(String id)
The TagOptionDetail identifier.
|
TagOptionDetail |
withKey(String key)
The TagOptionDetail key.
|
TagOptionDetail |
withValue(String value)
The TagOptionDetail value.
|
public void setKey(String key)
The TagOptionDetail key.
key - The TagOptionDetail key.public String getKey()
The TagOptionDetail key.
public TagOptionDetail withKey(String key)
The TagOptionDetail key.
key - The TagOptionDetail key.public void setValue(String value)
The TagOptionDetail value.
value - The TagOptionDetail value.public String getValue()
The TagOptionDetail value.
public TagOptionDetail withValue(String value)
The TagOptionDetail value.
value - The TagOptionDetail value.public void setActive(Boolean active)
The TagOptionDetail active state.
active - The TagOptionDetail active state.public Boolean getActive()
The TagOptionDetail active state.
public TagOptionDetail withActive(Boolean active)
The TagOptionDetail active state.
active - The TagOptionDetail active state.public Boolean isActive()
The TagOptionDetail active state.
public void setId(String id)
The TagOptionDetail identifier.
id - The TagOptionDetail identifier.public String getId()
The TagOptionDetail identifier.
public TagOptionDetail withId(String id)
The TagOptionDetail identifier.
id - The TagOptionDetail identifier.public String toString()
toString in class ObjectObject.toString()public TagOptionDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.