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