Class ListAllMyBucketsResult

java.lang.Object
com.robothy.s3.rest.model.response.ListAllMyBucketsResult

public class ListAllMyBucketsResult extends Object
  • Constructor Details

    • ListAllMyBucketsResult

      public ListAllMyBucketsResult(List<S3Bucket> buckets, com.robothy.s3.datatypes.Owner owner)
    • ListAllMyBucketsResult

      public ListAllMyBucketsResult()
  • Method Details

    • getBuckets

      public List<S3Bucket> getBuckets()
    • getOwner

      public com.robothy.s3.datatypes.Owner getOwner()
    • setBuckets

      public void setBuckets(List<S3Bucket> buckets)
    • setOwner

      public void setOwner(com.robothy.s3.datatypes.Owner owner)