@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAssetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAssetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeAssetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeAssetResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the Asset.
|
String |
getCreatedAt()
The time the Asset was initially submitted for Ingest.
|
List<EgressEndpoint> |
getEgressEndpoints()
The list of egress endpoints available for the Asset.
|
String |
getId()
The unique identifier for the Asset.
|
String |
getPackagingGroupId()
The ID of the PackagingGroup for the Asset.
|
String |
getResourceId()
The resource ID to include in SPEKE key requests.
|
String |
getSourceArn()
ARN of the source object in S3.
|
String |
getSourceRoleArn()
The IAM role_arn used to access the source S3 bucket.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setArn(String arn)
The ARN of the Asset.
|
void |
setCreatedAt(String createdAt)
The time the Asset was initially submitted for Ingest.
|
void |
setEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
void |
setId(String id)
The unique identifier for the Asset.
|
void |
setPackagingGroupId(String packagingGroupId)
The ID of the PackagingGroup for the Asset.
|
void |
setResourceId(String resourceId)
The resource ID to include in SPEKE key requests.
|
void |
setSourceArn(String sourceArn)
ARN of the source object in S3.
|
void |
setSourceRoleArn(String sourceRoleArn)
The IAM role_arn used to access the source S3 bucket.
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
DescribeAssetResult |
withArn(String arn)
The ARN of the Asset.
|
DescribeAssetResult |
withCreatedAt(String createdAt)
The time the Asset was initially submitted for Ingest.
|
DescribeAssetResult |
withEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
DescribeAssetResult |
withEgressEndpoints(EgressEndpoint... egressEndpoints)
The list of egress endpoints available for the Asset.
|
DescribeAssetResult |
withId(String id)
The unique identifier for the Asset.
|
DescribeAssetResult |
withPackagingGroupId(String packagingGroupId)
The ID of the PackagingGroup for the Asset.
|
DescribeAssetResult |
withResourceId(String resourceId)
The resource ID to include in SPEKE key requests.
|
DescribeAssetResult |
withSourceArn(String sourceArn)
ARN of the source object in S3.
|
DescribeAssetResult |
withSourceRoleArn(String sourceRoleArn)
The IAM role_arn used to access the source S3 bucket.
|
DescribeAssetResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The ARN of the Asset.public String getArn()
public DescribeAssetResult withArn(String arn)
arn
- The ARN of the Asset.public void setCreatedAt(String createdAt)
createdAt
- The time the Asset was initially submitted for Ingest.public String getCreatedAt()
public DescribeAssetResult withCreatedAt(String createdAt)
createdAt
- The time the Asset was initially submitted for Ingest.public List<EgressEndpoint> getEgressEndpoints()
public void setEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
egressEndpoints
- The list of egress endpoints available for the Asset.public DescribeAssetResult withEgressEndpoints(EgressEndpoint... egressEndpoints)
NOTE: This method appends the values to the existing list (if any). Use
setEgressEndpoints(java.util.Collection)
or withEgressEndpoints(java.util.Collection)
if you
want to override the existing values.
egressEndpoints
- The list of egress endpoints available for the Asset.public DescribeAssetResult withEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
egressEndpoints
- The list of egress endpoints available for the Asset.public void setId(String id)
id
- The unique identifier for the Asset.public String getId()
public DescribeAssetResult withId(String id)
id
- The unique identifier for the Asset.public void setPackagingGroupId(String packagingGroupId)
packagingGroupId
- The ID of the PackagingGroup for the Asset.public String getPackagingGroupId()
public DescribeAssetResult withPackagingGroupId(String packagingGroupId)
packagingGroupId
- The ID of the PackagingGroup for the Asset.public void setResourceId(String resourceId)
resourceId
- The resource ID to include in SPEKE key requests.public String getResourceId()
public DescribeAssetResult withResourceId(String resourceId)
resourceId
- The resource ID to include in SPEKE key requests.public void setSourceArn(String sourceArn)
sourceArn
- ARN of the source object in S3.public String getSourceArn()
public DescribeAssetResult withSourceArn(String sourceArn)
sourceArn
- ARN of the source object in S3.public void setSourceRoleArn(String sourceRoleArn)
sourceRoleArn
- The IAM role_arn used to access the source S3 bucket.public String getSourceRoleArn()
public DescribeAssetResult withSourceRoleArn(String sourceRoleArn)
sourceRoleArn
- The IAM role_arn used to access the source S3 bucket.public DescribeAssetResult withTags(Map<String,String> tags)
tags
- public DescribeAssetResult addTagsEntry(String key, String value)
public DescribeAssetResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeAssetResult clone()