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