@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ActivateTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ActivateTypeRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoUpdate()
Whether to automatically update the extension in this account and region when a new minor version is
published by the extension publisher.
|
String |
getExecutionRoleArn()
The name of the IAM execution role to use to activate the extension.
|
LoggingConfig |
getLoggingConfig() |
Long |
getMajorVersion()
The major version of this extension you want to activate, if multiple major versions are available.
|
String |
getPublicTypeArn()
The Amazon Resource Name (ARN) of the public extension.
|
String |
getPublisherId()
The ID of the extension publisher.
|
String |
getType()
The extension type.
|
String |
getTypeName()
The name of the extension.
|
String |
getTypeNameAlias()
An alias to assign to the public extension, in this account and region.
|
String |
getVersionBump()
Manually updates a previously-activated type to a new major or minor version, if available.
|
int |
hashCode() |
Boolean |
isAutoUpdate()
Whether to automatically update the extension in this account and region when a new minor version is
published by the extension publisher.
|
void |
setAutoUpdate(Boolean autoUpdate)
Whether to automatically update the extension in this account and region when a new minor version is
published by the extension publisher.
|
void |
setExecutionRoleArn(String executionRoleArn)
The name of the IAM execution role to use to activate the extension.
|
void |
setLoggingConfig(LoggingConfig loggingConfig) |
void |
setMajorVersion(Long majorVersion)
The major version of this extension you want to activate, if multiple major versions are available.
|
void |
setPublicTypeArn(String publicTypeArn)
The Amazon Resource Name (ARN) of the public extension.
|
void |
setPublisherId(String publisherId)
The ID of the extension publisher.
|
void |
setType(String type)
The extension type.
|
void |
setTypeName(String typeName)
The name of the extension.
|
void |
setTypeNameAlias(String typeNameAlias)
An alias to assign to the public extension, in this account and region.
|
void |
setVersionBump(String versionBump)
Manually updates a previously-activated type to a new major or minor version, if available.
|
String |
toString()
Returns a string representation of this object.
|
ActivateTypeRequest |
withAutoUpdate(Boolean autoUpdate)
Whether to automatically update the extension in this account and region when a new minor version is
published by the extension publisher.
|
ActivateTypeRequest |
withExecutionRoleArn(String executionRoleArn)
The name of the IAM execution role to use to activate the extension.
|
ActivateTypeRequest |
withLoggingConfig(LoggingConfig loggingConfig) |
ActivateTypeRequest |
withMajorVersion(Long majorVersion)
The major version of this extension you want to activate, if multiple major versions are available.
|
ActivateTypeRequest |
withPublicTypeArn(String publicTypeArn)
The Amazon Resource Name (ARN) of the public extension.
|
ActivateTypeRequest |
withPublisherId(String publisherId)
The ID of the extension publisher.
|
ActivateTypeRequest |
withType(String type)
The extension type.
|
ActivateTypeRequest |
withType(ThirdPartyType type)
The extension type.
|
ActivateTypeRequest |
withTypeName(String typeName)
The name of the extension.
|
ActivateTypeRequest |
withTypeNameAlias(String typeNameAlias)
An alias to assign to the public extension, in this account and region.
|
ActivateTypeRequest |
withVersionBump(String versionBump)
Manually updates a previously-activated type to a new major or minor version, if available.
|
ActivateTypeRequest |
withVersionBump(VersionBump versionBump)
Manually updates a previously-activated type to a new major or minor version, if available.
|
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 extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
type - The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
ThirdPartyTypepublic String getType()
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ThirdPartyTypepublic ActivateTypeRequest withType(String type)
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
type - The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
ThirdPartyTypepublic ActivateTypeRequest withType(ThirdPartyType type)
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
type - The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
ThirdPartyTypepublic void setPublicTypeArn(String publicTypeArn)
The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
publicTypeArn - The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
public String getPublicTypeArn()
The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
public ActivateTypeRequest withPublicTypeArn(String publicTypeArn)
The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
publicTypeArn - The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
public void setPublisherId(String publisherId)
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
publisherId - The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
public String getPublisherId()
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
public ActivateTypeRequest withPublisherId(String publisherId)
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
publisherId - The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
public void setTypeName(String typeName)
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
typeName - The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
public String getTypeName()
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
public ActivateTypeRequest withTypeName(String typeName)
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
typeName - The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
public void setTypeNameAlias(String typeNameAlias)
An alias to assign to the public extension, in this account and region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
typeNameAlias - An alias to assign to the public extension, in this account and region. If you specify an alias for the
extension, CloudFormation treats the alias as the extension type name within this account and region. You
must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
public String getTypeNameAlias()
An alias to assign to the public extension, in this account and region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
public ActivateTypeRequest withTypeNameAlias(String typeNameAlias)
An alias to assign to the public extension, in this account and region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
typeNameAlias - An alias to assign to the public extension, in this account and region. If you specify an alias for the
extension, CloudFormation treats the alias as the extension type name within this account and region. You
must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
public void setAutoUpdate(Boolean autoUpdate)
Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
The default is true.
autoUpdate - Whether to automatically update the extension in this account and region when a new minor version
is published by the extension publisher. Major versions released by the publisher must be manually
updated.
The default is true.
public Boolean getAutoUpdate()
Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
The default is true.
The default is true.
public ActivateTypeRequest withAutoUpdate(Boolean autoUpdate)
Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
The default is true.
autoUpdate - Whether to automatically update the extension in this account and region when a new minor version
is published by the extension publisher. Major versions released by the publisher must be manually
updated.
The default is true.
public Boolean isAutoUpdate()
Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
The default is true.
The default is true.
public void setLoggingConfig(LoggingConfig loggingConfig)
loggingConfig - public LoggingConfig getLoggingConfig()
public ActivateTypeRequest withLoggingConfig(LoggingConfig loggingConfig)
loggingConfig - public void setExecutionRoleArn(String executionRoleArn)
The name of the IAM execution role to use to activate the extension.
executionRoleArn - The name of the IAM execution role to use to activate the extension.public String getExecutionRoleArn()
The name of the IAM execution role to use to activate the extension.
public ActivateTypeRequest withExecutionRoleArn(String executionRoleArn)
The name of the IAM execution role to use to activate the extension.
executionRoleArn - The name of the IAM execution role to use to activate the extension.public void setVersionBump(String versionBump)
Manually updates a previously-activated type to a new major or minor version, if available. You can also use this
parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
versionBump - Manually updates a previously-activated type to a new major or minor version, if available. You can also
use this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
VersionBumppublic String getVersionBump()
Manually updates a previously-activated type to a new major or minor version, if available. You can also use this
parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is
available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is
available.
VersionBumppublic ActivateTypeRequest withVersionBump(String versionBump)
Manually updates a previously-activated type to a new major or minor version, if available. You can also use this
parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
versionBump - Manually updates a previously-activated type to a new major or minor version, if available. You can also
use this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
VersionBumppublic ActivateTypeRequest withVersionBump(VersionBump versionBump)
Manually updates a previously-activated type to a new major or minor version, if available. You can also use this
parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
versionBump - Manually updates a previously-activated type to a new major or minor version, if available. You can also
use this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
VersionBumppublic void setMajorVersion(Long majorVersion)
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
majorVersion - The major version of this extension you want to activate, if multiple major versions are available. The
default is the latest major version. CloudFormation uses the latest available minor version of the
major version selected.
You can specify MajorVersion or VersionBump, but not both.
public Long getMajorVersion()
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
You can specify MajorVersion or VersionBump, but not both.
public ActivateTypeRequest withMajorVersion(Long majorVersion)
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
majorVersion - The major version of this extension you want to activate, if multiple major versions are available. The
default is the latest major version. CloudFormation uses the latest available minor version of the
major version selected.
You can specify MajorVersion or VersionBump, but not both.
public String toString()
toString in class ObjectObject.toString()public ActivateTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.