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