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