@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVodSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateVodSourceResult() |
Modifier and Type | Method and Description |
---|---|
CreateVodSourceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVodSourceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVodSourceResult |
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.
|
CreateVodSourceResult |
withArn(String arn)
The ARN of the VOD source.
|
CreateVodSourceResult |
withCreationTime(Date creationTime)
The timestamp that indicates when the VOD source was created.
|
CreateVodSourceResult |
withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
|
CreateVodSourceResult |
withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
|
CreateVodSourceResult |
withLastModifiedTime(Date lastModifiedTime)
The ARN for the VOD source.
|
CreateVodSourceResult |
withSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
CreateVodSourceResult |
withTags(Map<String,String> tags)
The tags assigned to the VOD source.
|
CreateVodSourceResult |
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 CreateVodSourceResult 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 CreateVodSourceResult 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 CreateVodSourceResult 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 CreateVodSourceResult 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 CreateVodSourceResult 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 CreateVodSourceResult 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 CreateVodSourceResult withTags(Map<String,String> tags)
The tags assigned to the VOD source.
tags
- The tags assigned to the VOD source.public CreateVodSourceResult addTagsEntry(String key, String value)
public CreateVodSourceResult 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 CreateVodSourceResult 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 CreateVodSourceResult clone()