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