Package com.amazonaws.services.s3.model
Class Owner
java.lang.Object
com.amazonaws.services.s3.model.Owner
- All Implemented Interfaces:
Serializable
Represents the owner of an Amazon S3 bucket.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the display name of the owner.getId()
Gets the ID of the owner.int
hashCode()
void
setDisplayName
(String name) Sets the display name of the owner.void
Sets the ID of the owner.toString()
-
Constructor Details
-
Method Details
-
toString
-
getId
Gets the ID of the owner.
- Returns:
- The ID of the owner.
- See Also:
-
setId
Sets the ID of the owner.
- Parameters:
id
- The ID of the owner.- See Also:
-
getDisplayName
Gets the display name of the owner.
- Returns:
- The display name of the owner.
- See Also:
-
setDisplayName
Sets the display name of the owner.
- Parameters:
name
- The display name of the owner.- See Also:
-
equals
-
hashCode
public int hashCode()
-