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