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