@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupOwnerSetting extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
GroupOwnerSetting() |
| Modifier and Type | Method and Description |
|---|---|
GroupOwnerSetting |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoAddGroupOwner()
Eanble the auto added group owner.
|
String |
getGroupOwner()
Name of the group owner.
|
int |
hashCode() |
Boolean |
isAutoAddGroupOwner()
Eanble the auto added group owner.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAutoAddGroupOwner(Boolean autoAddGroupOwner)
Eanble the auto added group owner.
|
void |
setGroupOwner(String groupOwner)
Name of the group owner.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GroupOwnerSetting |
withAutoAddGroupOwner(Boolean autoAddGroupOwner)
Eanble the auto added group owner.
|
GroupOwnerSetting |
withGroupOwner(String groupOwner)
Name of the group owner.
|
public void setAutoAddGroupOwner(Boolean autoAddGroupOwner)
autoAddGroupOwner - Eanble the auto added group owner.public Boolean getAutoAddGroupOwner()
public GroupOwnerSetting withAutoAddGroupOwner(Boolean autoAddGroupOwner)
autoAddGroupOwner - Eanble the auto added group owner.public Boolean isAutoAddGroupOwner()
public void setGroupOwner(String groupOwner)
groupOwner - Name of the group owner.public String getGroupOwner()
public GroupOwnerSetting withGroupOwner(String groupOwner)
groupOwner - Name of the group owner.public String toString()
toString in class ObjectObject.toString()public GroupOwnerSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.