@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePackagingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePackagingGroupRequest() |
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 setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public CreatePackagingGroupRequest withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- 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()