Class BucketResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.BucketResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BucketResponse extends com.ibm.cloud.sdk.core.service.model.GenericModel
BucketResponse to hold the Bucket response data.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBucketLocation()
Gets the bucketLocation.java.lang.String
getBucketName()
Gets the bucketName.java.lang.String
getBucketType()
Gets the bucketType.java.lang.String
getRoleArn()
Gets the roleArn.java.lang.Boolean
isShared()
Gets the shared.
-
-
-
Method Detail
-
getBucketName
public java.lang.String getBucketName()
Gets the bucketName. Name of the Bucket.- Returns:
- the bucketName
-
getBucketLocation
public java.lang.String getBucketLocation()
Gets the bucketLocation. Location of the Bucket stored.- Returns:
- the bucketLocation
-
getRoleArn
public java.lang.String getRoleArn()
Gets the roleArn. Role ARN.- Returns:
- the roleArn
-
getBucketType
public java.lang.String getBucketType()
Gets the bucketType. Bucket Type.- Returns:
- the bucketType
-
isShared
public java.lang.Boolean isShared()
Gets the shared. Is Shared Bucket.- Returns:
- the shared
-
-