@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePackagingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePackagingGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribePackagingGroupResult |
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.
|
DescribePackagingGroupResult |
withArn(String arn)
The ARN of the PackagingGroup.
|
DescribePackagingGroupResult |
withDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
DescribePackagingGroupResult |
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 DescribePackagingGroupResult 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 DescribePackagingGroupResult 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 DescribePackagingGroupResult withId(String id)
id
- The ID of the PackagingGroup.public String toString()
toString
in class Object
Object.toString()
public DescribePackagingGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.