@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRegistrationAttachmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteRegistrationAttachmentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRegistrationAttachmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAttachmentStatus()
The status of the registration attachment.
|
String |
getAttachmentUploadErrorReason()
The error message if the upload failed.
|
Date |
getCreatedTimestamp()
The time when the registration attachment was created, in UNIX epoch
time format.
|
String |
getRegistrationAttachmentArn()
The Amazon Resource Name (ARN) for the registration attachment.
|
String |
getRegistrationAttachmentId()
The unique identifier for the registration attachment.
|
int |
hashCode() |
void |
setAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
|
void |
setAttachmentUploadErrorReason(String attachmentUploadErrorReason)
The error message if the upload failed.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The time when the registration attachment was created, in UNIX epoch
time format.
|
void |
setRegistrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
|
void |
setRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRegistrationAttachmentResult |
withAttachmentStatus(AttachmentStatus attachmentStatus)
The status of the registration attachment.
|
DeleteRegistrationAttachmentResult |
withAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
|
DeleteRegistrationAttachmentResult |
withAttachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)
The error message if the upload failed.
|
DeleteRegistrationAttachmentResult |
withAttachmentUploadErrorReason(String attachmentUploadErrorReason)
The error message if the upload failed.
|
DeleteRegistrationAttachmentResult |
withCreatedTimestamp(Date createdTimestamp)
The time when the registration attachment was created, in UNIX epoch
time format.
|
DeleteRegistrationAttachmentResult |
withRegistrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
|
DeleteRegistrationAttachmentResult |
withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
registrationAttachmentArn
- The Amazon Resource Name (ARN) for the registration attachment.public String getRegistrationAttachmentArn()
The Amazon Resource Name (ARN) for the registration attachment.
public DeleteRegistrationAttachmentResult withRegistrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
registrationAttachmentArn
- The Amazon Resource Name (ARN) for the registration attachment.public void setRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
registrationAttachmentId
- The unique identifier for the registration attachment.public String getRegistrationAttachmentId()
The unique identifier for the registration attachment.
public DeleteRegistrationAttachmentResult withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
registrationAttachmentId
- The unique identifier for the registration attachment.public void setAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
attachmentStatus
- The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
AttachmentStatus
public String getAttachmentStatus()
The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
AttachmentStatus
public DeleteRegistrationAttachmentResult withAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
attachmentStatus
- The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
AttachmentStatus
public DeleteRegistrationAttachmentResult withAttachmentStatus(AttachmentStatus attachmentStatus)
The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
attachmentStatus
- The status of the registration attachment.
UPLOAD_IN_PROGRESS
The attachment is being uploaded.
UPLOAD_COMPLETE
The attachment has been uploaded.
UPLOAD_FAILED
The attachment failed to uploaded.
DELETED
The attachment has been deleted..
AttachmentStatus
public void setAttachmentUploadErrorReason(String attachmentUploadErrorReason)
The error message if the upload failed.
attachmentUploadErrorReason
- The error message if the upload failed.AttachmentUploadErrorReason
public String getAttachmentUploadErrorReason()
The error message if the upload failed.
AttachmentUploadErrorReason
public DeleteRegistrationAttachmentResult withAttachmentUploadErrorReason(String attachmentUploadErrorReason)
The error message if the upload failed.
attachmentUploadErrorReason
- The error message if the upload failed.AttachmentUploadErrorReason
public DeleteRegistrationAttachmentResult withAttachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)
The error message if the upload failed.
attachmentUploadErrorReason
- The error message if the upload failed.AttachmentUploadErrorReason
public void setCreatedTimestamp(Date createdTimestamp)
The time when the registration attachment was created, in UNIX epoch time format.
createdTimestamp
- The time when the registration attachment was created, in UNIX
epoch time format.public Date getCreatedTimestamp()
The time when the registration attachment was created, in UNIX epoch time format.
public DeleteRegistrationAttachmentResult withCreatedTimestamp(Date createdTimestamp)
The time when the registration attachment was created, in UNIX epoch time format.
createdTimestamp
- The time when the registration attachment was created, in UNIX
epoch time format.public String toString()
toString
in class Object
Object.toString()
public DeleteRegistrationAttachmentResult clone()