@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the type.
|
String |
getType()
The kind of type.
|
String |
getTypeName()
The name of the type.
|
String |
getVersionId()
The ID of a specific version of the type.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the type.
|
void |
setType(String type)
The kind of type.
|
void |
setTypeName(String typeName)
The name of the type.
|
void |
setVersionId(String versionId)
The ID of a specific version of the type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTypeRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the type.
|
DescribeTypeRequest |
withType(RegistryType type)
The kind of type.
|
DescribeTypeRequest |
withType(String type)
The kind of type.
|
DescribeTypeRequest |
withTypeName(String typeName)
The name of the type.
|
DescribeTypeRequest |
withVersionId(String versionId)
The ID of a specific version of the type.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setType(String type)
The kind of type.
Currently the only valid value is RESOURCE.
type - The kind of type.
Currently the only valid value is RESOURCE.
RegistryTypepublic String getType()
The kind of type.
Currently the only valid value is RESOURCE.
Currently the only valid value is RESOURCE.
RegistryTypepublic DescribeTypeRequest withType(String type)
The kind of type.
Currently the only valid value is RESOURCE.
type - The kind of type.
Currently the only valid value is RESOURCE.
RegistryTypepublic DescribeTypeRequest withType(RegistryType type)
The kind of type.
Currently the only valid value is RESOURCE.
type - The kind of type.
Currently the only valid value is RESOURCE.
RegistryTypepublic void setTypeName(String typeName)
The name of the type.
Conditional: You must specify TypeName or Arn.
typeName - The name of the type.
Conditional: You must specify TypeName or Arn.
public String getTypeName()
The name of the type.
Conditional: You must specify TypeName or Arn.
Conditional: You must specify TypeName or Arn.
public DescribeTypeRequest withTypeName(String typeName)
The name of the type.
Conditional: You must specify TypeName or Arn.
typeName - The name of the type.
Conditional: You must specify TypeName or Arn.
public void setArn(String arn)
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
arn - The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
public String getArn()
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
Conditional: You must specify TypeName or Arn.
public DescribeTypeRequest withArn(String arn)
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
arn - The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
public void setVersionId(String versionId)
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific type
version. Otherwise, it returns information about the default type version.
versionId - The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource
Name (ARN) assigned to the type version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
type version. Otherwise, it returns information about the default type version.
public String getVersionId()
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific type
version. Otherwise, it returns information about the default type version.
If you specify a VersionId, DescribeType returns information about that
specific type version. Otherwise, it returns information about the default type version.
public DescribeTypeRequest withVersionId(String versionId)
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific type
version. Otherwise, it returns information about the default type version.
versionId - The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource
Name (ARN) assigned to the type version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
type version. Otherwise, it returns information about the default type version.
public String toString()
toString in class ObjectObject.toString()public DescribeTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.