@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSolFunctionPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateSolFunctionPackageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateSolFunctionPackageRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateSolFunctionPackageRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateSolFunctionPackageRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Map<String,String> | getTags()
 A tag is a label that you assign to an Amazon Web Services resource. | 
| int | hashCode() | 
| void | setTags(Map<String,String> tags)
 A tag is a label that you assign to an Amazon Web Services resource. | 
| String | toString()Returns a string representation of this object. | 
| CreateSolFunctionPackageRequest | withTags(Map<String,String> tags)
 A tag is a label that you assign to an Amazon Web Services resource. | 
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 Map<String,String> getTags()
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
public void setTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
        optional value. You can use tags to search and filter your resources or track your Amazon Web Services
        costs.public CreateSolFunctionPackageRequest withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
        optional value. You can use tags to search and filter your resources or track your Amazon Web Services
        costs.public CreateSolFunctionPackageRequest addTagsEntry(String key, String value)
public CreateSolFunctionPackageRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateSolFunctionPackageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()