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