@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTypeRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTypeRegistrationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeRegistrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the type registration request.
|
String |
getProgressStatus()
The current status of the type registration request.
|
String |
getTypeArn()
The Amazon Resource Name (ARN) of the type being registered.
|
String |
getTypeVersionArn()
The Amazon Resource Name (ARN) of this specific version of the type being registered.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the type registration request.
|
void |
setProgressStatus(String progressStatus)
The current status of the type registration request.
|
void |
setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type being registered.
|
void |
setTypeVersionArn(String typeVersionArn)
The Amazon Resource Name (ARN) of this specific version of the type being registered.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTypeRegistrationResult |
withDescription(String description)
The description of the type registration request.
|
DescribeTypeRegistrationResult |
withProgressStatus(RegistrationStatus progressStatus)
The current status of the type registration request.
|
DescribeTypeRegistrationResult |
withProgressStatus(String progressStatus)
The current status of the type registration request.
|
DescribeTypeRegistrationResult |
withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type being registered.
|
DescribeTypeRegistrationResult |
withTypeVersionArn(String typeVersionArn)
The Amazon Resource Name (ARN) of this specific version of the type being registered.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProgressStatus(String progressStatus)
The current status of the type registration request.
progressStatus - The current status of the type registration request.RegistrationStatuspublic String getProgressStatus()
The current status of the type registration request.
RegistrationStatuspublic DescribeTypeRegistrationResult withProgressStatus(String progressStatus)
The current status of the type registration request.
progressStatus - The current status of the type registration request.RegistrationStatuspublic DescribeTypeRegistrationResult withProgressStatus(RegistrationStatus progressStatus)
The current status of the type registration request.
progressStatus - The current status of the type registration request.RegistrationStatuspublic void setDescription(String description)
The description of the type registration request.
description - The description of the type registration request.public String getDescription()
The description of the type registration request.
public DescribeTypeRegistrationResult withDescription(String description)
The description of the type registration request.
description - The description of the type registration request.public void setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
typeArn - The Amazon Resource Name (ARN) of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public String getTypeArn()
The Amazon Resource Name (ARN) of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public DescribeTypeRegistrationResult withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
typeArn - The Amazon Resource Name (ARN) of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public void setTypeVersionArn(String typeVersionArn)
The Amazon Resource Name (ARN) of this specific version of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
typeVersionArn - The Amazon Resource Name (ARN) of this specific version of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public String getTypeVersionArn()
The Amazon Resource Name (ARN) of this specific version of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public DescribeTypeRegistrationResult withTypeVersionArn(String typeVersionArn)
The Amazon Resource Name (ARN) of this specific version of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
typeVersionArn - The Amazon Resource Name (ARN) of this specific version of the type being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public String toString()
toString in class ObjectObject.toString()public DescribeTypeRegistrationResult clone()