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