@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeactivateTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeactivateTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeactivateTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the extension, in this account and Region.
|
String |
getType()
The extension type.
|
String |
getTypeName()
The type name of the extension, in this account and Region.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the extension, in this account and Region.
|
void |
setType(String type)
The extension type.
|
void |
setTypeName(String typeName)
The type name of the extension, in this account and Region.
|
String |
toString()
Returns a string representation of this object.
|
DeactivateTypeRequest |
withArn(String arn)
The Amazon Resource Name (ARN) for the extension, in this account and Region.
|
DeactivateTypeRequest |
withType(String type)
The extension type.
|
DeactivateTypeRequest |
withType(ThirdPartyType type)
The extension type.
|
DeactivateTypeRequest |
withTypeName(String typeName)
The type name of the extension, in this account and Region.
|
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 setTypeName(String typeName)
The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
typeName - The type name of the extension, in this account and Region. If you specified a type name alias when
enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
public String getTypeName()
The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
Conditional: You must specify either Arn, or TypeName and Type.
public DeactivateTypeRequest withTypeName(String typeName)
The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
typeName - The type name of the extension, in this account and Region. If you specified a type name alias when
enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
public void setType(String type)
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
type - The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyTypepublic String getType()
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyTypepublic DeactivateTypeRequest withType(String type)
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
type - The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyTypepublic DeactivateTypeRequest withType(ThirdPartyType type)
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
type - The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyTypepublic void setArn(String arn)
The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
arn - The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
public String getArn()
The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
Conditional: You must specify either Arn, or TypeName and Type.
public DeactivateTypeRequest withArn(String arn)
The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
arn - The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
public String toString()
toString in class ObjectObject.toString()public DeactivateTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.