public class UpdateBucketAccelerateOptRequest extends AbstractModel
Constructor and Description |
---|
UpdateBucketAccelerateOptRequest() |
UpdateBucketAccelerateOptRequest(UpdateBucketAccelerateOptRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowed()
Get `true`: enable global acceleration; `false`: disable global acceleration
|
void |
setAllowed(Boolean Allowed)
Set `true`: enable global acceleration; `false`: disable global acceleration
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateBucketAccelerateOptRequest()
public UpdateBucketAccelerateOptRequest(UpdateBucketAccelerateOptRequest source)
public Boolean getAllowed()
public void setAllowed(Boolean Allowed)
Allowed
- `true`: enable global acceleration; `false`: disable global accelerationCopyright © 2023. All rights reserved.