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