@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the extension.
|
String |
getDefaultVersionId()
The ID of the default version of the extension.
|
String |
getDeprecatedStatus()
The deprecation status of the extension version.
|
String |
getDescription()
The description of the registered extension.
|
String |
getDocumentationUrl()
The URL of a page providing detailed documentation for this extension.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
|
Boolean |
getIsDefaultVersion()
Whether the specified extension version is set as the default version.
|
Date |
getLastUpdated()
When the specified extension version was registered.
|
LoggingConfig |
getLoggingConfig()
Contains logging configuration information for an extension.
|
String |
getProvisioningType()
The provisioning behavior of the extension.
|
String |
getSchema()
The schema that defines the extension.
|
String |
getSourceUrl()
The URL of the source code for the extension.
|
Date |
getTimeCreated()
When the specified extension version was registered.
|
String |
getType()
The kind of extension.
|
String |
getTypeName()
The name of the registered extension.
|
String |
getVisibility()
The scope at which the extension is visible and usable in CloudFormation operations.
|
int |
hashCode() |
Boolean |
isDefaultVersion()
Whether the specified extension version is set as the default version.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
void |
setDefaultVersionId(String defaultVersionId)
The ID of the default version of the extension.
|
void |
setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension version.
|
void |
setDescription(String description)
The description of the registered extension.
|
void |
setDocumentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this extension.
|
void |
setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
|
void |
setIsDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
|
void |
setLastUpdated(Date lastUpdated)
When the specified extension version was registered.
|
void |
setLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for an extension.
|
void |
setProvisioningType(String provisioningType)
The provisioning behavior of the extension.
|
void |
setSchema(String schema)
The schema that defines the extension.
|
void |
setSourceUrl(String sourceUrl)
The URL of the source code for the extension.
|
void |
setTimeCreated(Date timeCreated)
When the specified extension version was registered.
|
void |
setType(String type)
The kind of extension.
|
void |
setTypeName(String typeName)
The name of the registered extension.
|
void |
setVisibility(String visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTypeResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
DescribeTypeResult |
withDefaultVersionId(String defaultVersionId)
The ID of the default version of the extension.
|
DescribeTypeResult |
withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension version.
|
DescribeTypeResult |
withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension version.
|
DescribeTypeResult |
withDescription(String description)
The description of the registered extension.
|
DescribeTypeResult |
withDocumentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this extension.
|
DescribeTypeResult |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
|
DescribeTypeResult |
withIsDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
|
DescribeTypeResult |
withLastUpdated(Date lastUpdated)
When the specified extension version was registered.
|
DescribeTypeResult |
withLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for an extension.
|
DescribeTypeResult |
withProvisioningType(ProvisioningType provisioningType)
The provisioning behavior of the extension.
|
DescribeTypeResult |
withProvisioningType(String provisioningType)
The provisioning behavior of the extension.
|
DescribeTypeResult |
withSchema(String schema)
The schema that defines the extension.
|
DescribeTypeResult |
withSourceUrl(String sourceUrl)
The URL of the source code for the extension.
|
DescribeTypeResult |
withTimeCreated(Date timeCreated)
When the specified extension version was registered.
|
DescribeTypeResult |
withType(RegistryType type)
The kind of extension.
|
DescribeTypeResult |
withType(String type)
The kind of extension.
|
DescribeTypeResult |
withTypeName(String typeName)
The name of the registered extension.
|
DescribeTypeResult |
withVisibility(String visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
DescribeTypeResult |
withVisibility(Visibility visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the extension.
arn - The Amazon Resource Name (ARN) of the extension.public String getArn()
The Amazon Resource Name (ARN) of the extension.
public DescribeTypeResult withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
arn - The Amazon Resource Name (ARN) of the extension.public void setType(String type)
The kind of extension.
type - The kind of extension.RegistryTypepublic String getType()
The kind of extension.
RegistryTypepublic DescribeTypeResult withType(String type)
The kind of extension.
type - The kind of extension.RegistryTypepublic DescribeTypeResult withType(RegistryType type)
The kind of extension.
type - The kind of extension.RegistryTypepublic void setTypeName(String typeName)
The name of the registered extension.
typeName - The name of the registered extension.public String getTypeName()
The name of the registered extension.
public DescribeTypeResult withTypeName(String typeName)
The name of the registered extension.
typeName - The name of the registered extension.public void setDefaultVersionId(String defaultVersionId)
The ID of the default version of the extension. The default version is used when the extension version is not specified.
To set the default version of an extension, use SetTypeDefaultVersion .
defaultVersionId - The ID of the default version of the extension. The default version is used when the extension version is
not specified.
To set the default version of an extension, use SetTypeDefaultVersion .
public String getDefaultVersionId()
The ID of the default version of the extension. The default version is used when the extension version is not specified.
To set the default version of an extension, use SetTypeDefaultVersion .
To set the default version of an extension, use SetTypeDefaultVersion .
public DescribeTypeResult withDefaultVersionId(String defaultVersionId)
The ID of the default version of the extension. The default version is used when the extension version is not specified.
To set the default version of an extension, use SetTypeDefaultVersion .
defaultVersionId - The ID of the default version of the extension. The default version is used when the extension version is
not specified.
To set the default version of an extension, use SetTypeDefaultVersion .
public void setIsDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
isDefaultVersion - Whether the specified extension version is set as the default version.public Boolean getIsDefaultVersion()
Whether the specified extension version is set as the default version.
public DescribeTypeResult withIsDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
isDefaultVersion - Whether the specified extension version is set as the default version.public Boolean isDefaultVersion()
Whether the specified extension version is set as the default version.
public void setDescription(String description)
The description of the registered extension.
description - The description of the registered extension.public String getDescription()
The description of the registered extension.
public DescribeTypeResult withDescription(String description)
The description of the registered extension.
description - The description of the registered extension.public void setSchema(String schema)
The schema that defines the extension.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
schema - The schema that defines the extension.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
public String getSchema()
The schema that defines the extension.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
public DescribeTypeResult withSchema(String schema)
The schema that defines the extension.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
schema - The schema that defines the extension.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
public void setProvisioningType(String provisioningType)
The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension during
stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and therefore
cannot actually be provisioned.
create
read
delete
provisioningType - The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during
registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension
during stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be
updated and must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and
therefore cannot actually be provisioned.
create
read
delete
ProvisioningTypepublic String getProvisioningType()
The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension during
stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and therefore
cannot actually be provisioned.
create
read
delete
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension
during stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be
updated and must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and
therefore cannot actually be provisioned.
create
read
delete
ProvisioningTypepublic DescribeTypeResult withProvisioningType(String provisioningType)
The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension during
stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and therefore
cannot actually be provisioned.
create
read
delete
provisioningType - The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during
registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension
during stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be
updated and must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and
therefore cannot actually be provisioned.
create
read
delete
ProvisioningTypepublic DescribeTypeResult withProvisioningType(ProvisioningType provisioningType)
The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension during
stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and therefore
cannot actually be provisioned.
create
read
delete
provisioningType - The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during
registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension
during stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be
updated and must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and
therefore cannot actually be provisioned.
create
read
delete
ProvisioningTypepublic void setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
deprecatedStatus - The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic String getDeprecatedStatus()
The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic DescribeTypeResult withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
deprecatedStatus - The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic DescribeTypeResult withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
deprecatedStatus - The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic void setLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for an extension.
loggingConfig - Contains logging configuration information for an extension.public LoggingConfig getLoggingConfig()
Contains logging configuration information for an extension.
public DescribeTypeResult withLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for an extension.
loggingConfig - Contains logging configuration information for an extension.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your extension with the appropriate credentials.
executionRoleArn - The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. If your resource
type calls AWS APIs in any of its handlers, you must create an IAM execution role that
includes the necessary permissions to call those AWS APIs, and provision that execution role in your
account. CloudFormation then assumes that execution role to provide your extension with the appropriate
credentials.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your extension with the appropriate credentials.
public DescribeTypeResult withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your extension with the appropriate credentials.
executionRoleArn - The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. If your resource
type calls AWS APIs in any of its handlers, you must create an IAM execution role that
includes the necessary permissions to call those AWS APIs, and provision that execution role in your
account. CloudFormation then assumes that execution role to provide your extension with the appropriate
credentials.public void setVisibility(String visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
visibility - The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is
registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Visibilitypublic String getVisibility()
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is
registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Visibilitypublic DescribeTypeResult withVisibility(String visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
visibility - The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is
registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Visibilitypublic DescribeTypeResult withVisibility(Visibility visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
visibility - The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is
registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Visibilitypublic void setSourceUrl(String sourceUrl)
The URL of the source code for the extension.
sourceUrl - The URL of the source code for the extension.public String getSourceUrl()
The URL of the source code for the extension.
public DescribeTypeResult withSourceUrl(String sourceUrl)
The URL of the source code for the extension.
sourceUrl - The URL of the source code for the extension.public void setDocumentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this extension.
documentationUrl - The URL of a page providing detailed documentation for this extension.public String getDocumentationUrl()
The URL of a page providing detailed documentation for this extension.
public DescribeTypeResult withDocumentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this extension.
documentationUrl - The URL of a page providing detailed documentation for this extension.public void setLastUpdated(Date lastUpdated)
When the specified extension version was registered.
lastUpdated - When the specified extension version was registered.public Date getLastUpdated()
When the specified extension version was registered.
public DescribeTypeResult withLastUpdated(Date lastUpdated)
When the specified extension version was registered.
lastUpdated - When the specified extension version was registered.public void setTimeCreated(Date timeCreated)
When the specified extension version was registered.
timeCreated - When the specified extension version was registered.public Date getTimeCreated()
When the specified extension version was registered.
public DescribeTypeResult withTimeCreated(Date timeCreated)
When the specified extension version was registered.
timeCreated - When the specified extension version was registered.public String toString()
toString in class ObjectObject.toString()public DescribeTypeResult clone()
Copyright © 2021. All rights reserved.