@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePackagingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePackagingGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreatePackagingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the PackagingGroup.
|
String |
getDomainName()
The fully qualified domain name for Assets in the PackagingGroup.
|
String |
getId()
The ID of the PackagingGroup.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the PackagingGroup.
|
void |
setDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
void |
setId(String id)
The ID of the PackagingGroup.
|
String |
toString()
Returns a string representation of this object.
|
CreatePackagingGroupResult |
withArn(String arn)
The ARN of the PackagingGroup.
|
CreatePackagingGroupResult |
withDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
CreatePackagingGroupResult |
withId(String id)
The ID of the PackagingGroup.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The ARN of the PackagingGroup.public String getArn()
public CreatePackagingGroupResult withArn(String arn)
arn
- The ARN of the PackagingGroup.public void setDomainName(String domainName)
domainName
- The fully qualified domain name for Assets in the PackagingGroup.public String getDomainName()
public CreatePackagingGroupResult withDomainName(String domainName)
domainName
- The fully qualified domain name for Assets in the PackagingGroup.public void setId(String id)
id
- The ID of the PackagingGroup.public String getId()
public CreatePackagingGroupResult withId(String id)
id
- The ID of the PackagingGroup.public String toString()
toString
in class Object
Object.toString()
public CreatePackagingGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.