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