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