@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMetadataModelConversionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartMetadataModelConversionResult() |
Modifier and Type | Method and Description |
---|---|
StartMetadataModelConversionResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestIdentifier()
The identifier for the conversion operation.
|
int |
hashCode() |
void |
setRequestIdentifier(String requestIdentifier)
The identifier for the conversion operation.
|
String |
toString()
Returns a string representation of this object.
|
StartMetadataModelConversionResult |
withRequestIdentifier(String requestIdentifier)
The identifier for the conversion operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestIdentifier(String requestIdentifier)
The identifier for the conversion operation.
requestIdentifier
- The identifier for the conversion operation.public String getRequestIdentifier()
The identifier for the conversion operation.
public StartMetadataModelConversionResult withRequestIdentifier(String requestIdentifier)
The identifier for the conversion operation.
requestIdentifier
- The identifier for the conversion operation.public String toString()
toString
in class Object
Object.toString()
public StartMetadataModelConversionResult clone()