@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PackagingGroup |
clearTagsEntries()
Removes all the entries added into Tags.
|
PackagingGroup |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the PackagingGroup.
|
Authorization |
getAuthorization() |
String |
getDomainName()
The fully qualified domain name for Assets in the PackagingGroup.
|
EgressAccessLogs |
getEgressAccessLogs() |
String |
getId()
The ID of the PackagingGroup.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the PackagingGroup.
|
void |
setAuthorization(Authorization authorization) |
void |
setDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
void |
setEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
void |
setId(String id)
The ID of the PackagingGroup.
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
PackagingGroup |
withArn(String arn)
The ARN of the PackagingGroup.
|
PackagingGroup |
withAuthorization(Authorization authorization) |
PackagingGroup |
withDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
PackagingGroup |
withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
PackagingGroup |
withId(String id)
The ID of the PackagingGroup.
|
PackagingGroup |
withTags(Map<String,String> tags) |
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 setAuthorization(Authorization authorization)
authorization
- public Authorization getAuthorization()
public PackagingGroup withAuthorization(Authorization authorization)
authorization
- 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 setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public PackagingGroup withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- 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 PackagingGroup withTags(Map<String,String> tags)
tags
- public PackagingGroup addTagsEntry(String key, String value)
public PackagingGroup clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public PackagingGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.