Package com.adobe.testing.s3mock.dto
Class ListAllMyBucketsResult
- java.lang.Object
-
- com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
-
public class ListAllMyBucketsResult extends java.lang.ObjectRepresents a result of listing all Buckets.
-
-
Constructor Summary
Constructors Constructor Description ListAllMyBucketsResult()Constructs a newListAllMyBucketsResult.ListAllMyBucketsResult(Owner owner, java.util.List<Bucket> buckets)Constructs a newListAllMyBucketsResult.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketsgetBuckets()OwnergetOwner()voidsetBuckets(Buckets buckets)voidsetOwner(Owner owner)
-
-
-
Constructor Detail
-
ListAllMyBucketsResult
public ListAllMyBucketsResult()
Constructs a newListAllMyBucketsResult.
-
ListAllMyBucketsResult
public ListAllMyBucketsResult(Owner owner, java.util.List<Bucket> buckets)
Constructs a newListAllMyBucketsResult.- Parameters:
owner- of which to list bucketsbuckets- list of buckets of the owner.
-
-