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