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