@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadEntityDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UploadEntityDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
UploadEntityDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getUploadId()
The ID that specifies the upload action.
|
int |
hashCode() |
void |
setUploadId(String uploadId)
The ID that specifies the upload action.
|
String |
toString()
Returns a string representation of this object.
|
UploadEntityDefinitionsResult |
withUploadId(String uploadId)
The ID that specifies the upload action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUploadId(String uploadId)
The ID that specifies the upload action. You can use this to track the status of the upload.
uploadId
- The ID that specifies the upload action. You can use this to track the status of the upload.public String getUploadId()
The ID that specifies the upload action. You can use this to track the status of the upload.
public UploadEntityDefinitionsResult withUploadId(String uploadId)
The ID that specifies the upload action. You can use this to track the status of the upload.
uploadId
- The ID that specifies the upload action. You can use this to track the status of the upload.public String toString()
toString
in class Object
Object.toString()
public UploadEntityDefinitionsResult clone()