@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpaceSharingSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of space sharing settings.
Constructor and Description |
---|
SpaceSharingSettings() |
Modifier and Type | Method and Description |
---|---|
SpaceSharingSettings |
clone() |
boolean |
equals(Object obj) |
String |
getSharingType()
Specifies the sharing type of the space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSharingType(String sharingType)
Specifies the sharing type of the space.
|
String |
toString()
Returns a string representation of this object.
|
SpaceSharingSettings |
withSharingType(SharingType sharingType)
Specifies the sharing type of the space.
|
SpaceSharingSettings |
withSharingType(String sharingType)
Specifies the sharing type of the space.
|
public void setSharingType(String sharingType)
Specifies the sharing type of the space.
sharingType
- Specifies the sharing type of the space.SharingType
public String getSharingType()
Specifies the sharing type of the space.
SharingType
public SpaceSharingSettings withSharingType(String sharingType)
Specifies the sharing type of the space.
sharingType
- Specifies the sharing type of the space.SharingType
public SpaceSharingSettings withSharingType(SharingType sharingType)
Specifies the sharing type of the space.
sharingType
- Specifies the sharing type of the space.SharingType
public String toString()
toString
in class Object
Object.toString()
public SpaceSharingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.