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