@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpaceSharingSettingsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Specifies summary information about the space sharing settings.
Constructor and Description |
---|
SpaceSharingSettingsSummary() |
Modifier and Type | Method and Description |
---|---|
SpaceSharingSettingsSummary |
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.
|
SpaceSharingSettingsSummary |
withSharingType(SharingType sharingType)
Specifies the sharing type of the space.
|
SpaceSharingSettingsSummary |
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 SpaceSharingSettingsSummary withSharingType(String sharingType)
Specifies the sharing type of the space.
sharingType
- Specifies the sharing type of the space.SharingType
public SpaceSharingSettingsSummary 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 SpaceSharingSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.