Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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