@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVodSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVodSourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVodSourceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateVodSourceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateVodSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) associated with the VOD source.
|
Date |
getCreationTime()
The timestamp that indicates when the VOD source was created.
|
List<HttpPackageConfiguration> |
getHttpPackageConfigurations()
A list of HTTP package configurations for the VOD source on this account.
|
Date |
getLastModifiedTime()
The timestamp that indicates when the VOD source was last modified.
|
String |
getSourceLocationName()
The name of the source location associated with the VOD source.
|
Map<String,String> |
getTags()
The tags to assign to the VOD source.
|
String |
getVodSourceName()
The name of the VOD source.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) associated with the VOD source.
|
void |
setCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
|
void |
setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
|
void |
setSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
void |
setTags(Map<String,String> tags)
The tags to assign to the VOD source.
|
void |
setVodSourceName(String vodSourceName)
The name of the VOD source.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVodSourceResult |
withArn(String arn)
The Amazon Resource Name (ARN) associated with the VOD source.
|
UpdateVodSourceResult |
withCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
|
UpdateVodSourceResult |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceResult |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
|
UpdateVodSourceResult |
withSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
UpdateVodSourceResult |
withTags(Map<String,String> tags)
The tags to assign to the VOD source.
|
UpdateVodSourceResult |
withVodSourceName(String vodSourceName)
The name of the VOD source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) associated with the VOD source.
arn
- The Amazon Resource Name (ARN) associated with the VOD source.public String getArn()
The Amazon Resource Name (ARN) associated with the VOD source.
public UpdateVodSourceResult withArn(String arn)
The Amazon Resource Name (ARN) associated with the VOD source.
arn
- The Amazon Resource Name (ARN) associated with the VOD source.public void setCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
creationTime
- The timestamp that indicates when the VOD source was created.public Date getCreationTime()
The timestamp that indicates when the VOD source was created.
public UpdateVodSourceResult withCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
creationTime
- The timestamp that indicates when the VOD source was created.public List<HttpPackageConfiguration> getHttpPackageConfigurations()
A list of HTTP package configurations for the VOD source on this account.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations
- A list of HTTP package configurations for the VOD source on this account.public UpdateVodSourceResult withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
NOTE: This method appends the values to the existing list (if any). Use
setHttpPackageConfigurations(java.util.Collection)
or
withHttpPackageConfigurations(java.util.Collection)
if you want to override the existing values.
httpPackageConfigurations
- A list of HTTP package configurations for the VOD source on this account.public UpdateVodSourceResult withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations
- A list of HTTP package configurations for the VOD source on this account.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
lastModifiedTime
- The timestamp that indicates when the VOD source was last modified.public Date getLastModifiedTime()
The timestamp that indicates when the VOD source was last modified.
public UpdateVodSourceResult withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
lastModifiedTime
- The timestamp that indicates when the VOD source was last modified.public void setSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
sourceLocationName
- The name of the source location associated with the VOD source.public String getSourceLocationName()
The name of the source location associated with the VOD source.
public UpdateVodSourceResult withSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
sourceLocationName
- The name of the source location associated with the VOD source.public Map<String,String> getTags()
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
public void setTags(Map<String,String> tags)
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon
resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
Resources.public UpdateVodSourceResult withTags(Map<String,String> tags)
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon
resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
Resources.public UpdateVodSourceResult addTagsEntry(String key, String value)
public UpdateVodSourceResult clearTagsEntries()
public void setVodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName
- The name of the VOD source.public String getVodSourceName()
The name of the VOD source.
public UpdateVodSourceResult withVodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName
- The name of the VOD source.public String toString()
toString
in class Object
Object.toString()
public UpdateVodSourceResult clone()