@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTypesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeprecatedStatus()
The deprecation status of the types that you want to get summary information about.
|
Integer |
getMaxResults()
The maximum number of results to be returned with a single call.
|
String |
getNextToken()
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
String |
getProvisioningType()
The provisioning behavior of the type.
|
String |
getType()
The type of extension.
|
String |
getVisibility()
The scope at which the type is visible and usable in CloudFormation operations.
|
int |
hashCode() |
void |
setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
void |
setNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
void |
setProvisioningType(String provisioningType)
The provisioning behavior of the type.
|
void |
setType(String type)
The type of extension.
|
void |
setVisibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
String |
toString()
Returns a string representation of this object.
|
ListTypesRequest |
withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
|
ListTypesRequest |
withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
|
ListTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypesRequest |
withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypesRequest |
withProvisioningType(ProvisioningType provisioningType)
The provisioning behavior of the type.
|
ListTypesRequest |
withProvisioningType(String provisioningType)
The provisioning behavior of the type.
|
ListTypesRequest |
withType(RegistryType type)
The type of extension.
|
ListTypesRequest |
withType(String type)
The type of extension.
|
ListTypesRequest |
withVisibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
ListTypesRequest |
withVisibility(Visibility visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
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 setVisibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
visibility - The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
Visibilitypublic String getVisibility()
The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
Visibilitypublic ListTypesRequest withVisibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
visibility - The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
Visibilitypublic ListTypesRequest withVisibility(Visibility visibility)
The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
visibility - The scope at which the type is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The type is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you create as PRIVATE.
PUBLIC: The type is publically visible and usable within any Amazon account.
The default is PRIVATE.
Visibilitypublic void setProvisioningType(String provisioningType)
The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during stack
update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and must
instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore cannot
actually be provisioned.
provisioningType - The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during
stack update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore
cannot actually be provisioned.
ProvisioningTypepublic String getProvisioningType()
The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during stack
update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and must
instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore cannot
actually be provisioned.
Valid values include:
FULLY_MUTABLE: The type includes an update handler to process updates to the type during
stack update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and
therefore cannot actually be provisioned.
ProvisioningTypepublic ListTypesRequest withProvisioningType(String provisioningType)
The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during stack
update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and must
instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore cannot
actually be provisioned.
provisioningType - The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during
stack update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore
cannot actually be provisioned.
ProvisioningTypepublic ListTypesRequest withProvisioningType(ProvisioningType provisioningType)
The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during stack
update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and must
instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore cannot
actually be provisioned.
provisioningType - The provisioning behavior of the type. 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 type includes an update handler to process updates to the type during
stack update operations.
IMMUTABLE: The type does not include an update handler, so the type cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The type does not include create, read, and delete handlers, and therefore
cannot actually be provisioned.
ProvisioningTypepublic void setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation operations.
deprecatedStatus - The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic String getDeprecatedStatus()
The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation operations.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic ListTypesRequest withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation operations.
deprecatedStatus - The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic ListTypesRequest withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation operations.
deprecatedStatus - The deprecation status of the types that you want to get summary information about.
Valid values include:
LIVE: The type is registered for use in CloudFormation operations.
DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic void setType(String type)
The type of extension.
type - The type of extension.RegistryTypepublic String getType()
The type of extension.
RegistryTypepublic ListTypesRequest withType(String type)
The type of extension.
type - The type of extension.RegistryTypepublic ListTypesRequest withType(RegistryType type)
The type of extension.
type - The type of extension.RegistryTypepublic void setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public Integer getMaxResults()
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public ListTypesRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public void setNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public String getNextToken()
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public ListTypesRequest withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public String toString()
toString in class ObjectObject.toString()public ListTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.