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