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