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