Class TestTypeRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<TestTypeRequest.Builder,TestTypeRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the extension.static TestTypeRequest.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe S3 bucket to which CloudFormation delivers the contract test execution logs.static Class<? extends TestTypeRequest.Builder>final StringtoString()Returns a string representation of this object.final ThirdPartyTypetype()The type of the extension to test.final StringThe type of the extension to test.final StringtypeName()The name of the extension to test.final StringThe version of the extension to test.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.
-
type
The type of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType. - See Also:
-
typeAsString
The type of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType. - See Also:
-
typeName
The name of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- The name of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.
-
versionId
The version of the extension to test.
You can specify the version id with either
Arn, or withTypeNameandType.If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
- Returns:
- The version of the extension to test.
You can specify the version id with either
Arn, or withTypeNameandType.If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
-
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
PASSEDorFAILED.The user calling
TestTypemust 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 Identity and Access Management User Guide.
- Returns:
- 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
PASSEDorFAILED.The user calling
TestTypemust 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 Identity and Access Management User Guide.
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestTypeRequest.Builder,TestTypeRequest> - Specified by:
toBuilderin classCloudFormationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-