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