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