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