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