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