@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FastResetToken extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing the fast reset token used to initiate a fast reset.
| Constructor and Description |
|---|
FastResetToken() |
| Modifier and Type | Method and Description |
|---|---|
FastResetToken |
clone() |
boolean |
equals(Object obj) |
String |
getToken()
A UUID generated by the database in the
initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setToken(String token)
A UUID generated by the database in the
initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database. |
String |
toString()
Returns a string representation of this object.
|
FastResetToken |
withToken(String token)
A UUID generated by the database in the
initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database. |
public void setToken(String token)
A UUID generated by the database in the initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database.
token - A UUID generated by the database in the initiateDatabaseReset action, and then consumed by
the performDatabaseReset to reset the database.public String getToken()
A UUID generated by the database in the initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database.
initiateDatabaseReset action, and then consumed by
the performDatabaseReset to reset the database.public FastResetToken withToken(String token)
A UUID generated by the database in the initiateDatabaseReset action, and then consumed by the
performDatabaseReset to reset the database.
token - A UUID generated by the database in the initiateDatabaseReset action, and then consumed by
the performDatabaseReset to reset the database.public String toString()
toString in class ObjectObject.toString()public FastResetToken clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.