@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTagOptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTagOptionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTagOptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getActive()
The updated active state.
|
String |
getId()
The TagOption identifier.
|
String |
getValue()
The updated value.
|
int |
hashCode() |
Boolean |
isActive()
The updated active state.
|
void |
setActive(Boolean active)
The updated active state.
|
void |
setId(String id)
The TagOption identifier.
|
void |
setValue(String value)
The updated value.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTagOptionRequest |
withActive(Boolean active)
The updated active state.
|
UpdateTagOptionRequest |
withId(String id)
The TagOption identifier.
|
UpdateTagOptionRequest |
withValue(String value)
The updated value.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The TagOption identifier.
id
- The TagOption identifier.public String getId()
The TagOption identifier.
public UpdateTagOptionRequest withId(String id)
The TagOption identifier.
id
- The TagOption identifier.public void setValue(String value)
The updated value.
value
- The updated value.public String getValue()
The updated value.
public UpdateTagOptionRequest withValue(String value)
The updated value.
value
- The updated value.public void setActive(Boolean active)
The updated active state.
active
- The updated active state.public Boolean getActive()
The updated active state.
public UpdateTagOptionRequest withActive(Boolean active)
The updated active state.
active
- The updated active state.public Boolean isActive()
The updated active state.
public String toString()
toString
in class Object
Object.toString()
public UpdateTagOptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()