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