public class ProtectionManagement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ProtectionManagement.Builder
Builder.
|
static interface |
ProtectionManagement.RequestedState
If set to `activate`, protection management action on the bucket is being activated.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
protectionManagementToken |
protected java.lang.String |
requestedState |
Modifier | Constructor and Description |
---|---|
protected |
ProtectionManagement() |
protected |
ProtectionManagement(ProtectionManagement.Builder builder) |
Modifier and Type | Method and Description |
---|---|
ProtectionManagement.Builder |
newBuilder()
New builder.
|
java.lang.String |
protectionManagementToken()
Gets the protectionManagementToken.
|
java.lang.String |
requestedState()
Gets the requestedState.
|
@SerializedName(value="requested_state") protected java.lang.String requestedState
@SerializedName(value="protection_management_token") protected java.lang.String protectionManagementToken
protected ProtectionManagement()
protected ProtectionManagement(ProtectionManagement.Builder builder)
public ProtectionManagement.Builder newBuilder()
public java.lang.String requestedState()
public java.lang.String protectionManagementToken()
Copyright © 2025. All rights reserved.