@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public OwnershipSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.