public class GetBucketOwnershipControlsResult extends Object implements Serializable
AmazonS3Client.getBucketOwnershipControls(GetBucketOwnershipControlsRequest)
operation.Constructor and Description |
---|
GetBucketOwnershipControlsResult() |
Modifier and Type | Method and Description |
---|---|
OwnershipControls |
getOwnershipControls()
Returns the requested ownership controls.
|
void |
setOwnershipControls(OwnershipControls OwnershipControls)
Sets the requested ownership controls.
|
String |
toString() |
GetBucketOwnershipControlsResult |
withOwnershipControls(OwnershipControls OwnershipControls)
Sets the requested ownership controls and returns
GetBucketOwnershipControlsResult object for method chaining. |
public OwnershipControls getOwnershipControls()
public void setOwnershipControls(OwnershipControls OwnershipControls)
public GetBucketOwnershipControlsResult withOwnershipControls(OwnershipControls OwnershipControls)
GetBucketOwnershipControlsResult
object for method chaining.