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