@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 ARN of the VOD source.
|
Date |
getCreationTime()
The timestamp that indicates when the VOD source was created.
|
List<HttpPackageConfiguration> |
getHttpPackageConfigurations()
The HTTP package configurations.
|
Date |
getLastModifiedTime()
The ARN for the VOD source.
|
String |
getSourceLocationName()
The name of the source location associated with the VOD source.
|
Map<String,String> |
getTags()
The tags assigned to the VOD source.
|
String |
getVodSourceName()
The name of the VOD source.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the VOD source.
|
void |
setCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
|
void |
setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The ARN for the VOD source.
|
void |
setSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
void |
setTags(Map<String,String> tags)
The tags assigned 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 ARN of the VOD source.
|
UpdateVodSourceResult |
withCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
|
UpdateVodSourceResult |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
|
UpdateVodSourceResult |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
|
UpdateVodSourceResult |
withLastModifiedTime(Date lastModifiedTime)
The ARN for the VOD source.
|
UpdateVodSourceResult |
withSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
UpdateVodSourceResult |
withTags(Map<String,String> tags)
The tags assigned to the VOD source.
|
UpdateVodSourceResult |
withVodSourceName(String vodSourceName)
The name of the VOD source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the VOD source.
arn
- The ARN of the VOD source.public String getArn()
The ARN of the VOD source.
public UpdateVodSourceResult withArn(String arn)
The ARN of the VOD source.
arn
- The ARN of 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()
The HTTP package configurations.
public void setHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations
- The HTTP package configurations.public UpdateVodSourceResult withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
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
- The HTTP package configurations.public UpdateVodSourceResult withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations
- The HTTP package configurations.public void setLastModifiedTime(Date lastModifiedTime)
The ARN for the VOD source.
lastModifiedTime
- The ARN for the VOD source.public Date getLastModifiedTime()
The ARN for the VOD source.
public UpdateVodSourceResult withLastModifiedTime(Date lastModifiedTime)
The ARN for the VOD source.
lastModifiedTime
- The ARN for the VOD source.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 assigned to the VOD source.
public void setTags(Map<String,String> tags)
The tags assigned to the VOD source.
tags
- The tags assigned to the VOD source.public UpdateVodSourceResult withTags(Map<String,String> tags)
The tags assigned to the VOD source.
tags
- The tags assigned to the VOD source.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()