@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDecoderManifestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateDecoderManifestResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateDecoderManifestResult |
clone () |
boolean |
equals (Object obj) |
String |
getArn ()
The ARN of the created decoder manifest.
|
String |
getName ()
The name of the created decoder manifest.
|
int |
hashCode () |
void |
setArn (String arn)
The ARN of the created decoder manifest.
|
void |
setName (String name)
The name of the created decoder manifest.
|
String |
toString ()
Returns a string representation of this object.
|
CreateDecoderManifestResult |
withArn (String arn)
The ARN of the created decoder manifest.
|
CreateDecoderManifestResult |
withName (String name)
The name of the created decoder manifest.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateDecoderManifestResult()
public void setName(String name)
The name of the created decoder manifest.
name - The name of the created decoder manifest.public String getName()
The name of the created decoder manifest.
public CreateDecoderManifestResult withName(String name)
The name of the created decoder manifest.
name - The name of the created decoder manifest.public void setArn(String arn)
The ARN of the created decoder manifest.
arn - The ARN of the created decoder manifest.public String getArn()
The ARN of the created decoder manifest.
public CreateDecoderManifestResult withArn(String arn)
The ARN of the created decoder manifest.
arn - The ARN of the created decoder manifest.public String toString()
toString in class Object Object.toString() public CreateDecoderManifestResult clone()