@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetChannelGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetChannelGroupResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetChannelGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetChannelGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) associated with the resource.
|
String |
getChannelGroupName()
The name that describes the channel group.
|
Date |
getCreatedAt()
The date and time the channel group was created.
|
String |
getDescription()
The description for your channel group.
|
String |
getEgressDomain()
The output domain where the source stream should be sent.
|
String |
getETag()
The current Entity Tag (ETag) associated with this resource.
|
Date |
getModifiedAt()
The date and time the channel group was modified.
|
Map<String,String> |
getTags()
The comma-separated list of tag key:value pairs assigned to the channel group.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
void |
setChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
void |
setCreatedAt(Date createdAt)
The date and time the channel group was created.
|
void |
setDescription(String description)
The description for your channel group.
|
void |
setEgressDomain(String egressDomain)
The output domain where the source stream should be sent.
|
void |
setETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
void |
setModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
|
void |
setTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
String |
toString()
Returns a string representation of this object.
|
GetChannelGroupResult |
withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
GetChannelGroupResult |
withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetChannelGroupResult |
withCreatedAt(Date createdAt)
The date and time the channel group was created.
|
GetChannelGroupResult |
withDescription(String description)
The description for your channel group.
|
GetChannelGroupResult |
withEgressDomain(String egressDomain)
The output domain where the source stream should be sent.
|
GetChannelGroupResult |
withETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
GetChannelGroupResult |
withModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
|
GetChannelGroupResult |
withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public String getChannelGroupName()
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
public GetChannelGroupResult withChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public void setArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn
- The Amazon Resource Name (ARN) associated with the resource.public String getArn()
The Amazon Resource Name (ARN) associated with the resource.
public GetChannelGroupResult withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn
- The Amazon Resource Name (ARN) associated with the resource.public void setEgressDomain(String egressDomain)
The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.
egressDomain
- The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such
as Amazon CloudFront) or playback device.public String getEgressDomain()
The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.
public GetChannelGroupResult withEgressDomain(String egressDomain)
The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.
egressDomain
- The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such
as Amazon CloudFront) or playback device.public void setCreatedAt(Date createdAt)
The date and time the channel group was created.
createdAt
- The date and time the channel group was created.public Date getCreatedAt()
The date and time the channel group was created.
public GetChannelGroupResult withCreatedAt(Date createdAt)
The date and time the channel group was created.
createdAt
- The date and time the channel group was created.public void setModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
modifiedAt
- The date and time the channel group was modified.public Date getModifiedAt()
The date and time the channel group was modified.
public GetChannelGroupResult withModifiedAt(Date modifiedAt)
The date and time the channel group was modified.
modifiedAt
- The date and time the channel group was modified.public void setDescription(String description)
The description for your channel group.
description
- The description for your channel group.public String getDescription()
The description for your channel group.
public GetChannelGroupResult withDescription(String description)
The description for your channel group.
description
- The description for your channel group.public void setETag(String eTag)
The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
eTag
- The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make
concurrent updates to the resource.public String getETag()
The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
public GetChannelGroupResult withETag(String eTag)
The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
eTag
- The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make
concurrent updates to the resource.public Map<String,String> getTags()
The comma-separated list of tag key:value pairs assigned to the channel group.
public void setTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
tags
- The comma-separated list of tag key:value pairs assigned to the channel group.public GetChannelGroupResult withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
tags
- The comma-separated list of tag key:value pairs assigned to the channel group.public GetChannelGroupResult addTagsEntry(String key, String value)
public GetChannelGroupResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetChannelGroupResult clone()