Class ValidateAwsAssociationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.devopsagent.transform.ValidateAwsAssociationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ValidateAwsAssociationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ValidateAwsAssociationsRequestMarshaller
extends Object
implements Marshaller<ValidateAwsAssociationsRequest>
ValidateAwsAssociationsRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionValidateAwsAssociationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(ValidateAwsAssociationsRequest validateAwsAssociationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
ValidateAwsAssociationsRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ValidateAwsAssociationsRequest>- Parameters:
validateAwsAssociationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-