@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestTypeRequest() |
Modifier and Type | Method and Description |
---|---|
TestTypeRequest |
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) of the extension.
|
String |
getLogDeliveryBucket()
The S3 bucket to which CloudFormation delivers the contract test execution logs.
|
String |
getType()
The type of the extension to test.
|
String |
getTypeName()
The name of the extension to test.
|
String |
getVersionId()
The version of the extension to test.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
void |
setLogDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
|
void |
setType(String type)
The type of the extension to test.
|
void |
setTypeName(String typeName)
The name of the extension to test.
|
void |
setVersionId(String versionId)
The version of the extension to test.
|
String |
toString()
Returns a string representation of this object.
|
TestTypeRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
TestTypeRequest |
withLogDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
|
TestTypeRequest |
withType(String type)
The type of the extension to test.
|
TestTypeRequest |
withType(ThirdPartyType type)
The type of the extension to test.
|
TestTypeRequest |
withTypeName(String typeName)
The name of the extension to test.
|
TestTypeRequest |
withVersionId(String versionId)
The version of the extension to test.
|
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 setArn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn
, or TypeName
and Type
.
arn
- The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn
, or TypeName
and Type
.
public String getArn()
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn
, or TypeName
and Type
.
Conditional: You must specify Arn
, or TypeName
and Type
.
public TestTypeRequest withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn
, or TypeName
and Type
.
arn
- The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify Arn
, or TypeName
and Type
.
public void setType(String type)
The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
type
- The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
ThirdPartyType
public String getType()
The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
Conditional: You must specify Arn
, or TypeName
and Type
.
ThirdPartyType
public TestTypeRequest withType(String type)
The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
type
- The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
ThirdPartyType
public TestTypeRequest withType(ThirdPartyType type)
The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
type
- The type of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
ThirdPartyType
public void setTypeName(String typeName)
The name of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
typeName
- The name of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
public String getTypeName()
The name of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
Conditional: You must specify Arn
, or TypeName
and Type
.
public TestTypeRequest withTypeName(String typeName)
The name of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
typeName
- The name of the extension to test.
Conditional: You must specify Arn
, or TypeName
and Type
.
public void setVersionId(String versionId)
The version of the extension to test.
You can specify the version id with either Arn
, or with TypeName
and Type
.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
versionId
- The version of the extension to test.
You can specify the version id with either Arn
, or with TypeName
and
Type
.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
public String getVersionId()
The version of the extension to test.
You can specify the version id with either Arn
, or with TypeName
and Type
.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
You can specify the version id with either Arn
, or with TypeName
and
Type
.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
public TestTypeRequest withVersionId(String versionId)
The version of the extension to test.
You can specify the version id with either Arn
, or with TypeName
and Type
.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
versionId
- The version of the extension to test.
You can specify the version id with either Arn
, or with TypeName
and
Type
.
If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
public void setLogDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a
test type status of PASSED
or FAILED
.
The user calling TestType
must be able to access items in the specified S3 bucket. Specifically, the
user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
logDeliveryBucket
- The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been
assigned a test type status of PASSED
or FAILED
.
The user calling TestType
must be able to access items in the specified S3 bucket.
Specifically, the user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
public String getLogDeliveryBucket()
The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a
test type status of PASSED
or FAILED
.
The user calling TestType
must be able to access items in the specified S3 bucket. Specifically, the
user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been
assigned a test type status of PASSED
or FAILED
.
The user calling TestType
must be able to access items in the specified S3 bucket.
Specifically, the user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
public TestTypeRequest withLogDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a
test type status of PASSED
or FAILED
.
The user calling TestType
must be able to access items in the specified S3 bucket. Specifically, the
user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
logDeliveryBucket
- The S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been
assigned a test type status of PASSED
or FAILED
.
The user calling TestType
must be able to access items in the specified S3 bucket.
Specifically, the user needs the following permissions:
GetObject
PutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
public String toString()
toString
in class Object
Object.toString()
public TestTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()