Class PutLogGroupDeletionProtectionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest
-
- software.amazon.awssdk.services.cloudwatchlogs.model.PutLogGroupDeletionProtectionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutLogGroupDeletionProtectionRequest.Builder,PutLogGroupDeletionProtectionRequest>
@Generated("software.amazon.awssdk:codegen") public final class PutLogGroupDeletionProtectionRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<PutLogGroupDeletionProtectionRequest.Builder,PutLogGroupDeletionProtectionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutLogGroupDeletionProtectionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutLogGroupDeletionProtectionRequest.Builderbuilder()BooleandeletionProtectionEnabled()Whether to enable deletion protection.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogGroupIdentifier()The name or ARN of the log group.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutLogGroupDeletionProtectionRequest.Builder>serializableBuilderClass()PutLogGroupDeletionProtectionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
logGroupIdentifier
public final String logGroupIdentifier()
The name or ARN of the log group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\.\-_/#A-Za-z0-9]+Required: Yes
- Returns:
- The name or ARN of the log group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\.\-_/#A-Za-z0-9]+Required: Yes
-
deletionProtectionEnabled
public final Boolean deletionProtectionEnabled()
Whether to enable deletion protection.
Type: Boolean
Required: Yes
- Returns:
- Whether to enable deletion protection.
Type: Boolean
Required: Yes
-
toBuilder
public PutLogGroupDeletionProtectionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutLogGroupDeletionProtectionRequest.Builder,PutLogGroupDeletionProtectionRequest>- Specified by:
toBuilderin classCloudWatchLogsRequest
-
builder
public static PutLogGroupDeletionProtectionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutLogGroupDeletionProtectionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-