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