@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutOutcomeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| PutOutcomeRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutOutcomeRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The outcome description. | 
| String | getName()
 The name of the outcome. | 
| List<Tag> | getTags()
 A collection of key and value pairs. | 
| int | hashCode() | 
| void | setDescription(String description)
 The outcome description. | 
| void | setName(String name)
 The name of the outcome. | 
| void | setTags(Collection<Tag> tags)
 A collection of key and value pairs. | 
| String | toString()Returns a string representation of this object. | 
| PutOutcomeRequest | withDescription(String description)
 The outcome description. | 
| PutOutcomeRequest | withName(String name)
 The name of the outcome. | 
| PutOutcomeRequest | withTags(Collection<Tag> tags)
 A collection of key and value pairs. | 
| PutOutcomeRequest | withTags(Tag... tags)
 A collection of key and value pairs. | 
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, withSdkRequestTimeoutpublic void setName(String name)
The name of the outcome.
name - The name of the outcome.public String getName()
The name of the outcome.
public PutOutcomeRequest withName(String name)
The name of the outcome.
name - The name of the outcome.public void setDescription(String description)
The outcome description.
description - The outcome description.public String getDescription()
The outcome description.
public PutOutcomeRequest withDescription(String description)
The outcome description.
description - The outcome description.public List<Tag> getTags()
A collection of key and value pairs.
public void setTags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.public PutOutcomeRequest withTags(Tag... tags)
A collection of key and value pairs.
 NOTE: This method appends the values to the existing list (if any). Use
 setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
 existing values.
 
tags - A collection of key and value pairs.public PutOutcomeRequest withTags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.public String toString()
toString in class ObjectObject.toString()public PutOutcomeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()