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