@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePackagingGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePackagingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the PackagingGroup.
|
Authorization |
getAuthorization() |
String |
getCreatedAt()
The time the PackagingGroup was created.
|
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 |
setArn(String arn)
The ARN of the PackagingGroup.
|
void |
setAuthorization(Authorization authorization) |
void |
setCreatedAt(String createdAt)
The time the PackagingGroup was created.
|
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.
|
CreatePackagingGroupResult |
withArn(String arn)
The ARN of the PackagingGroup.
|
CreatePackagingGroupResult |
withAuthorization(Authorization authorization) |
CreatePackagingGroupResult |
withCreatedAt(String createdAt)
The time the PackagingGroup was created.
|
CreatePackagingGroupResult |
withDomainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
CreatePackagingGroupResult |
withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
CreatePackagingGroupResult |
withId(String id)
The ID of the PackagingGroup.
|
CreatePackagingGroupResult |
withTags(Map<String,String> tags) |
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 setAuthorization(Authorization authorization)
authorization
- public Authorization getAuthorization()
public CreatePackagingGroupResult withAuthorization(Authorization authorization)
authorization
- public void setCreatedAt(String createdAt)
createdAt
- The time the PackagingGroup was created.public String getCreatedAt()
public CreatePackagingGroupResult withCreatedAt(String createdAt)
createdAt
- The time the PackagingGroup was created.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 setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public CreatePackagingGroupResult withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- 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 CreatePackagingGroupResult withTags(Map<String,String> tags)
tags
- public CreatePackagingGroupResult addTagsEntry(String key, String value)
public CreatePackagingGroupResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreatePackagingGroupResult clone()