@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePackagingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePackagingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePackagingGroupRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePackagingGroupRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePackagingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Authorization |
getAuthorization() |
String |
getId()
The ID of the PackagingGroup.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setAuthorization(Authorization authorization) |
void |
setId(String id)
The ID of the PackagingGroup.
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
CreatePackagingGroupRequest |
withAuthorization(Authorization authorization) |
CreatePackagingGroupRequest |
withId(String id)
The ID of the PackagingGroup.
|
CreatePackagingGroupRequest |
withTags(Map<String,String> tags) |
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 setAuthorization(Authorization authorization)
authorization
- public Authorization getAuthorization()
public CreatePackagingGroupRequest withAuthorization(Authorization authorization)
authorization
- public void setId(String id)
id
- The ID of the PackagingGroup.public String getId()
public CreatePackagingGroupRequest withId(String id)
id
- The ID of the PackagingGroup.public CreatePackagingGroupRequest withTags(Map<String,String> tags)
tags
- public CreatePackagingGroupRequest addTagsEntry(String key, String value)
public CreatePackagingGroupRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreatePackagingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()