@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 space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the space.
|
String |
toString()
Returns a string representation of this object.
|
OwnershipSettings |
withOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the space.
|
public void setOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the space.
ownerUserProfileName - The user profile who is the owner of the space.public String getOwnerUserProfileName()
The user profile who is the owner of the space.
public OwnershipSettings withOwnerUserProfileName(String ownerUserProfileName)
The user profile who is the owner of the space.
ownerUserProfileName - The user profile who is the owner of the space.public String toString()
toString in class ObjectObject.toString()public OwnershipSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.