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 SummaryConstructorsConstructorDescriptionCreateSamlProviderRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateSamlProviderRequest createSamlProviderRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateSamlProviderRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateSamlProviderRequest>
- Parameters:
- createSamlProviderRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-