@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscardRegistrationVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DiscardRegistrationVersionResult() |
Modifier and Type | Method and Description |
---|---|
DiscardRegistrationVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getRegistrationArn()
The Amazon Resource Name (ARN) for the registration.
|
String |
getRegistrationId()
The unique identifier for the registration.
|
String |
getRegistrationVersionStatus()
The status of the registration version.
|
RegistrationVersionStatusHistory |
getRegistrationVersionStatusHistory()
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status
changes.
|
Long |
getVersionNumber()
The version number of the registration.
|
int |
hashCode() |
void |
setRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
|
void |
setRegistrationId(String registrationId)
The unique identifier for the registration.
|
void |
setRegistrationVersionStatus(String registrationVersionStatus)
The status of the registration version.
|
void |
setRegistrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status
changes.
|
void |
setVersionNumber(Long versionNumber)
The version number of the registration.
|
String |
toString()
Returns a string representation of this object.
|
DiscardRegistrationVersionResult |
withRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
|
DiscardRegistrationVersionResult |
withRegistrationId(String registrationId)
The unique identifier for the registration.
|
DiscardRegistrationVersionResult |
withRegistrationVersionStatus(RegistrationVersionStatus registrationVersionStatus)
The status of the registration version.
|
DiscardRegistrationVersionResult |
withRegistrationVersionStatus(String registrationVersionStatus)
The status of the registration version.
|
DiscardRegistrationVersionResult |
withRegistrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status
changes.
|
DiscardRegistrationVersionResult |
withVersionNumber(Long versionNumber)
The version number of the registration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
registrationArn
- The Amazon Resource Name (ARN) for the registration.public String getRegistrationArn()
The Amazon Resource Name (ARN) for the registration.
public DiscardRegistrationVersionResult withRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
registrationArn
- The Amazon Resource Name (ARN) for the registration.public void setRegistrationId(String registrationId)
The unique identifier for the registration.
registrationId
- The unique identifier for the registration.public String getRegistrationId()
The unique identifier for the registration.
public DiscardRegistrationVersionResult withRegistrationId(String registrationId)
The unique identifier for the registration.
registrationId
- The unique identifier for the registration.public void setVersionNumber(Long versionNumber)
The version number of the registration.
versionNumber
- The version number of the registration.public Long getVersionNumber()
The version number of the registration.
public DiscardRegistrationVersionResult withVersionNumber(Long versionNumber)
The version number of the registration.
versionNumber
- The version number of the registration.public void setRegistrationVersionStatus(String registrationVersionStatus)
The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more recently
submitted version is approved.
registrationVersionStatus
- The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new
version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more
recently submitted version is approved.
RegistrationVersionStatus
public String getRegistrationVersionStatus()
The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more recently
submitted version is approved.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new
version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more
recently submitted version is approved.
RegistrationVersionStatus
public DiscardRegistrationVersionResult withRegistrationVersionStatus(String registrationVersionStatus)
The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more recently
submitted version is approved.
registrationVersionStatus
- The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new
version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more
recently submitted version is approved.
RegistrationVersionStatus
public DiscardRegistrationVersionResult withRegistrationVersionStatus(RegistrationVersionStatus registrationVersionStatus)
The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more recently
submitted version is approved.
registrationVersionStatus
- The status of the registration version.
DRAFT
: The initial status of a registration version after it’s created.
SUBMITTED
: Your registration has been submitted.
REVIEWING
: Your registration has been accepted and is being reviewed.
APPROVED
: Your registration has been approved.
DISCARDED
: You've abandon this version of their registration to start over with a new
version.
DENIED
: You must fix your registration and resubmit it.
REVOKED
: Your previously approved registration has been revoked.
ARCHIVED
: Your previously approved registration version moves into this status when a more
recently submitted version is approved.
RegistrationVersionStatus
public void setRegistrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
registrationVersionStatusHistory
- The RegistrationVersionStatusHistory object contains the time stamps for when the reservations
status changes.public RegistrationVersionStatusHistory getRegistrationVersionStatusHistory()
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
public DiscardRegistrationVersionResult withRegistrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
registrationVersionStatusHistory
- The RegistrationVersionStatusHistory object contains the time stamps for when the reservations
status changes.public String toString()
toString
in class Object
Object.toString()
public DiscardRegistrationVersionResult clone()