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