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