@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OwnershipSettings extends Object implements Serializable, Cloneable, StructuredPojo
The collection of ownership settings for a space.
| Constructor and Description |
|---|
OwnershipSettings() |
| Modifier and Type | Method and Description |
|---|---|
OwnershipSettings |
clone() |
boolean |
equals(Object obj) |
String |
getOwnerUserProfileName()
The user profile who is the owner of the private space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the private space.
|
String |
toString()
Returns a string representation of this object.
|
OwnershipSettings |
withOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the private space.
|
public void setOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the private space.
ownerUserProfileName - The user profile who is the owner of the private space.public String getOwnerUserProfileName()
The user profile who is the owner of the private space.
public OwnershipSettings withOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the private space.
ownerUserProfileName - The user profile who is the owner of the private space.public String toString()
toString in class ObjectObject.toString()public OwnershipSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.