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