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