@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrationAttachmentsInformation extends Object implements Serializable, Cloneable, StructuredPojo
Provides information on the specified registration attachments.
| Constructor and Description |
|---|
RegistrationAttachmentsInformation() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationAttachmentsInformation |
clone() |
boolean |
equals(Object obj) |
String |
getAttachmentStatus()
The status of the registration attachment.
|
String |
getAttachmentUploadErrorReason()
A description of why the upload didn't successfully complete.
|
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
|
void |
setAttachmentUploadErrorReason(String attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
|
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.
|
RegistrationAttachmentsInformation |
withAttachmentStatus(AttachmentStatus attachmentStatus)
The status of the registration attachment.
|
RegistrationAttachmentsInformation |
withAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
|
RegistrationAttachmentsInformation |
withAttachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
|
RegistrationAttachmentsInformation |
withAttachmentUploadErrorReason(String attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
|
RegistrationAttachmentsInformation |
withCreatedTimestamp(Date createdTimestamp)
The time when the registration attachment was created, in UNIX epoch
time format.
|
RegistrationAttachmentsInformation |
withRegistrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
|
RegistrationAttachmentsInformation |
withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
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 RegistrationAttachmentsInformation 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 RegistrationAttachmentsInformation 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..
AttachmentStatuspublic 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..
AttachmentStatuspublic RegistrationAttachmentsInformation 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..
AttachmentStatuspublic RegistrationAttachmentsInformation 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..
AttachmentStatuspublic void setAttachmentUploadErrorReason(String attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
attachmentUploadErrorReason - A description of why the upload didn't successfully complete.AttachmentUploadErrorReasonpublic String getAttachmentUploadErrorReason()
A description of why the upload didn't successfully complete.
AttachmentUploadErrorReasonpublic RegistrationAttachmentsInformation withAttachmentUploadErrorReason(String attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
attachmentUploadErrorReason - A description of why the upload didn't successfully complete.AttachmentUploadErrorReasonpublic RegistrationAttachmentsInformation withAttachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
attachmentUploadErrorReason - A description of why the upload didn't successfully complete.AttachmentUploadErrorReasonpublic 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 RegistrationAttachmentsInformation 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 ObjectObject.toString()public RegistrationAttachmentsInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.