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