public class SetBucketFSStatusRequest extends Object
Constructor and Description |
---|
SetBucketFSStatusRequest() |
SetBucketFSStatusRequest(String bucketName,
FSStatusEnum status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the bucket name.
|
FSStatusEnum |
getStatus()
Obtain the status of the file gateway feature of a bucket.
|
void |
setBucketName(String bucketName)
Set the bucket name.
|
void |
setStatus(FSStatusEnum status)
Set status of the file gateway feature for a bucket.
|
public SetBucketFSStatusRequest()
public SetBucketFSStatusRequest(String bucketName, FSStatusEnum status)
bucketName
- Bucket namestatus
- Status of the file gateway featurepublic String getBucketName()
public void setBucketName(String bucketName)
bucketName
- Bucket namepublic FSStatusEnum getStatus()
public void setStatus(FSStatusEnum status)
status
- Status of the file gateway featureCopyright © 2019. All rights reserved.