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