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