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