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