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