Class BatchUpdateExclusionWindowsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.applicationsignals.transform.BatchUpdateExclusionWindowsRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchUpdateExclusionWindowsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<BatchUpdateExclusionWindowsRequest>
- Parameters:
batchUpdateExclusionWindowsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-