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