@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterTypeResult() |
Modifier and Type | Method and Description |
---|---|
RegisterTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getRegistrationToken()
The identifier for this registration request.
|
int |
hashCode() |
void |
setRegistrationToken(String registrationToken)
The identifier for this registration request.
|
String |
toString()
Returns a string representation of this object.
|
RegisterTypeResult |
withRegistrationToken(String registrationToken)
The identifier for this registration request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistrationToken(String registrationToken)
The identifier for this registration request.
Use this registration token when calling DescribeTypeRegistration
, which returns
information about the status and IDs of the extension registration.
registrationToken
- The identifier for this registration request.
Use this registration token when calling DescribeTypeRegistration
, which returns
information about the status and IDs of the extension registration.
public String getRegistrationToken()
The identifier for this registration request.
Use this registration token when calling DescribeTypeRegistration
, which returns
information about the status and IDs of the extension registration.
Use this registration token when calling DescribeTypeRegistration
, which returns
information about the status and IDs of the extension registration.
public RegisterTypeResult withRegistrationToken(String registrationToken)
The identifier for this registration request.
Use this registration token when calling DescribeTypeRegistration
, which returns
information about the status and IDs of the extension registration.
registrationToken
- The identifier for this registration request.
Use this registration token when calling DescribeTypeRegistration
, which returns
information about the status and IDs of the extension registration.
public String toString()
toString
in class Object
Object.toString()
public RegisterTypeResult clone()