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