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