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