@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 |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getArn()
Deprecated.
The Amazon Resource Name (ARN) assigned to the Channel.
|
String |
getDescription()
Deprecated.
A short text description of the Channel.
|
HlsIngest |
getHlsIngest()
Deprecated.
|
String |
getId()
Deprecated.
The ID of the Channel.
|
int |
hashCode()
Deprecated.
|
void |
setArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) assigned to the Channel.
|
void |
setDescription(String description)
Deprecated.
A short text description of the Channel.
|
void |
setHlsIngest(HlsIngest hlsIngest)
Deprecated.
|
void |
setId(String id)
Deprecated.
The ID of the Channel.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and debugging.
|
RotateChannelCredentialsResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) assigned to the Channel.
|
RotateChannelCredentialsResult |
withDescription(String description)
Deprecated.
A short text description of the Channel.
|
RotateChannelCredentialsResult |
withHlsIngest(HlsIngest hlsIngest)
Deprecated.
|
RotateChannelCredentialsResult |
withId(String id)
Deprecated.
The ID of the Channel.
|
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 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.