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