@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 extension.
|
String |
getPublicVersionNumber()
The version number of a public third-party extension.
|
String |
getPublisherId()
The publisher ID of the extension publisher.
|
String |
getType()
The kind of extension.
|
String |
getTypeName()
The name of the extension.
|
String |
getVersionId()
The ID of a specific version of the extension.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
void |
setPublicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
|
void |
setPublisherId(String publisherId)
The publisher ID of the extension publisher.
|
void |
setType(String type)
The kind of extension.
|
void |
setTypeName(String typeName)
The name of the extension.
|
void |
setVersionId(String versionId)
The ID of a specific version of the extension.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTypeRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
DescribeTypeRequest |
withPublicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
|
DescribeTypeRequest |
withPublisherId(String publisherId)
The publisher ID of the extension publisher.
|
DescribeTypeRequest |
withType(RegistryType type)
The kind of extension.
|
DescribeTypeRequest |
withType(String type)
The kind of extension.
|
DescribeTypeRequest |
withTypeName(String typeName)
The name of the extension.
|
DescribeTypeRequest |
withVersionId(String versionId)
The ID of a specific version of the extension.
|
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 extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic String getType()
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic DescribeTypeRequest withType(String type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic DescribeTypeRequest withType(RegistryType type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic void setTypeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public String getTypeName()
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public DescribeTypeRequest withTypeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public void setArn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public String getArn()
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public DescribeTypeRequest withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public void setVersionId(String versionId)
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon
Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
public String getVersionId()
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
If you specify a VersionId, DescribeType returns information about that
specific extension version. Otherwise, it returns information about the default extension version.
public DescribeTypeRequest withVersionId(String versionId)
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon
Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
public void setPublisherId(String publisherId)
The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
publisherId - The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
public String getPublisherId()
The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
Extensions provided by Amazon are not assigned a publisher ID.
public DescribeTypeRequest withPublisherId(String publisherId)
The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
publisherId - The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
public void setPublicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
publicVersionNumber - The version number of a public third-party extension.public String getPublicVersionNumber()
The version number of a public third-party extension.
public DescribeTypeRequest withPublicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
publicVersionNumber - The version number of a public third-party extension.public String toString()
toString in class ObjectObject.toString()public DescribeTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.