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