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