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.GenericModelBucketResponse to hold the Bucket response data.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBucketLocation()Gets the bucketLocation.java.lang.StringgetBucketName()Gets the bucketName.java.lang.StringgetBucketType()Gets the bucketType.java.lang.StringgetRoleArn()Gets the roleArn.java.lang.BooleanisShared()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
-
-