@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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
.
ThirdPartyType
public 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
.
ThirdPartyType
public 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
.
ThirdPartyType
public 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
.
ThirdPartyType
public 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 Object
Object.toString()
public DeactivateTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()