Class GetDownloadUrlForLayerRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ecr.transform.GetDownloadUrlForLayerRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetDownloadUrlForLayerRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetDownloadUrlForLayerRequestMarshaller
extends Object
implements Marshaller<GetDownloadUrlForLayerRequest>
GetDownloadUrlForLayerRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetDownloadUrlForLayerRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetDownloadUrlForLayerRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetDownloadUrlForLayerRequest>
- Parameters:
- getDownloadUrlForLayerRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-