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