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 TypeMethodDescriptionbooleanGets the display name of the owner.getId()Gets the ID of the owner.inthashCode()voidsetDisplayName(String name) Sets the display name of the owner.voidSets the ID of the owner.toString()
-
Constructor Details
-
Owner
-
Owner
-
-
Method Details
-
toString
-
getId
-
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
-