@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePartnerInputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreatePartnerInputRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreatePartnerInputRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreatePartnerInputRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreatePartnerInputRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getInputId()Unique ID of the input. | 
| String | getRequestId()Unique identifier of the request to ensure the request is handled exactly once in case of retries. | 
| Map<String,String> | getTags()A collection of key-value pairs. | 
| int | hashCode() | 
| void | setInputId(String inputId)Unique ID of the input. | 
| void | setRequestId(String requestId)Unique identifier of the request to ensure the request is handled exactly once in case of retries. | 
| void | setTags(Map<String,String> tags)A collection of key-value pairs. | 
| String | toString()Returns a string representation of this object. | 
| CreatePartnerInputRequest | withInputId(String inputId)Unique ID of the input. | 
| CreatePartnerInputRequest | withRequestId(String requestId)Unique identifier of the request to ensure the request is handled exactly once in case of retries. | 
| CreatePartnerInputRequest | withTags(Map<String,String> tags)A collection of key-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 setInputId(String inputId)
inputId - Unique ID of the input.public String getInputId()
public CreatePartnerInputRequest withInputId(String inputId)
inputId - Unique ID of the input.public void setRequestId(String requestId)
requestId - Unique identifier of the request to ensure the request is handled exactly once in case of retries.public String getRequestId()
public CreatePartnerInputRequest withRequestId(String requestId)
requestId - Unique identifier of the request to ensure the request is handled exactly once in case of retries.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags - A collection of key-value pairs.public CreatePartnerInputRequest withTags(Map<String,String> tags)
tags - A collection of key-value pairs.public CreatePartnerInputRequest addTagsEntry(String key, String value)
public CreatePartnerInputRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreatePartnerInputRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()