@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotateChannelCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RotateChannelCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
RotateChannelCredentialsResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) assigned to the Channel.
|
String |
getDescription()
A short text description of the Channel.
|
HlsIngest |
getHlsIngest() |
String |
getId()
The ID of the Channel.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
void |
setDescription(String description)
A short text description of the Channel.
|
void |
setHlsIngest(HlsIngest hlsIngest) |
void |
setId(String id)
The ID of the Channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RotateChannelCredentialsResult |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
RotateChannelCredentialsResult |
withDescription(String description)
A short text description of the Channel.
|
RotateChannelCredentialsResult |
withHlsIngest(HlsIngest hlsIngest) |
RotateChannelCredentialsResult |
withId(String id)
The ID of the Channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 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 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 String toString()
toString
in class Object
Object.toString()
public RotateChannelCredentialsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.