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