@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotateChannelCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RotateChannelCredentialsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RotateChannelCredentialsResult |
addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
RotateChannelCredentialsResult |
clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
RotateChannelCredentialsResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getArn()
Deprecated.
The Amazon Resource Name (ARN) assigned to the Channel.
|
String |
getCreatedAt()
Deprecated.
The date and time the Channel was created.
|
String |
getDescription()
Deprecated.
A short text description of the Channel.
|
EgressAccessLogs |
getEgressAccessLogs()
Deprecated.
|
HlsIngest |
getHlsIngest()
Deprecated.
|
String |
getId()
Deprecated.
The ID of the Channel.
|
IngressAccessLogs |
getIngressAccessLogs()
Deprecated.
|
Map<String,String> |
getTags()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) assigned to the Channel.
|
void |
setCreatedAt(String createdAt)
Deprecated.
The date and time the Channel was created.
|
void |
setDescription(String description)
Deprecated.
A short text description of the Channel.
|
void |
setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
Deprecated.
|
void |
setHlsIngest(HlsIngest hlsIngest)
Deprecated.
|
void |
setId(String id)
Deprecated.
The ID of the Channel.
|
void |
setIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
Deprecated.
|
void |
setTags(Map<String,String> tags)
Deprecated.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
RotateChannelCredentialsResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) assigned to the Channel.
|
RotateChannelCredentialsResult |
withCreatedAt(String createdAt)
Deprecated.
The date and time the Channel was created.
|
RotateChannelCredentialsResult |
withDescription(String description)
Deprecated.
A short text description of the Channel.
|
RotateChannelCredentialsResult |
withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
Deprecated.
|
RotateChannelCredentialsResult |
withHlsIngest(HlsIngest hlsIngest)
Deprecated.
|
RotateChannelCredentialsResult |
withId(String id)
Deprecated.
The ID of the Channel.
|
RotateChannelCredentialsResult |
withIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
Deprecated.
|
RotateChannelCredentialsResult |
withTags(Map<String,String> tags)
Deprecated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public RotateChannelCredentialsResult()
public void setArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the Channel.public String getArn()
public RotateChannelCredentialsResult withArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the Channel.public void setCreatedAt(String createdAt)
createdAt
- The date and time the Channel was created.public String getCreatedAt()
public RotateChannelCredentialsResult withCreatedAt(String createdAt)
createdAt
- The date and time the Channel was created.public void setDescription(String description)
description
- A short text description of the Channel.public String getDescription()
public RotateChannelCredentialsResult withDescription(String description)
description
- A short text description of the Channel.public void setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public RotateChannelCredentialsResult withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public void setHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public HlsIngest getHlsIngest()
public RotateChannelCredentialsResult withHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public void setId(String id)
id
- The ID of the Channel.public String getId()
public RotateChannelCredentialsResult withId(String id)
id
- The ID of the Channel.public void setIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public IngressAccessLogs getIngressAccessLogs()
public RotateChannelCredentialsResult withIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public RotateChannelCredentialsResult withTags(Map<String,String> tags)
tags
- public RotateChannelCredentialsResult addTagsEntry(String key, String value)
public RotateChannelCredentialsResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public RotateChannelCredentialsResult clone()