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