@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PackagingGroup extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PackagingGroup() |
| Modifier and Type | Method and Description |
|---|---|
PackagingGroup |
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
PackagingGroup |
withArn(String arn)
The ARN of the PackagingGroup.
|
PackagingGroup |
withDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
PackagingGroup |
withId(String id)
The ID of the PackagingGroup.
|
public void setArn(String arn)
arn - The ARN of the PackagingGroup.public String getArn()
public PackagingGroup 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 PackagingGroup 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 PackagingGroup withId(String id)
id - The ID of the PackagingGroup.public String toString()
toString in class ObjectObject.toString()public PackagingGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.