Class UpdateHotlinkProtectionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.zones_settings.v1.model.UpdateHotlinkProtectionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateHotlinkProtectionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateHotlinkProtection options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateHotlinkProtectionOptions.Builder
Builder.static interface
UpdateHotlinkProtectionOptions.Value
Value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateHotlinkProtectionOptions.Builder
newBuilder()
New builder.String
value()
Gets the value.
-
-
-
Method Detail
-
newBuilder
public UpdateHotlinkProtectionOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateHotlinkProtectionOptions builder
-
value
public String value()
Gets the value. Value.- Returns:
- the value
-
-