@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyGroupRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PropertyGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGroupType()
The group type.
|
List<String> |
getPropertyNames()
The names of properties.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupType(String groupType)
The group type.
|
void |
setPropertyNames(Collection<String> propertyNames)
The names of properties.
|
String |
toString()
Returns a string representation of this object.
|
PropertyGroupRequest |
withGroupType(GroupType groupType)
The group type.
|
PropertyGroupRequest |
withGroupType(String groupType)
The group type.
|
PropertyGroupRequest |
withPropertyNames(Collection<String> propertyNames)
The names of properties.
|
PropertyGroupRequest |
withPropertyNames(String... propertyNames)
The names of properties.
|
public void setGroupType(String groupType)
The group type.
groupType - The group type.GroupTypepublic String getGroupType()
The group type.
GroupTypepublic PropertyGroupRequest withGroupType(String groupType)
The group type.
groupType - The group type.GroupTypepublic PropertyGroupRequest withGroupType(GroupType groupType)
The group type.
groupType - The group type.GroupTypepublic List<String> getPropertyNames()
The names of properties.
public void setPropertyNames(Collection<String> propertyNames)
The names of properties.
propertyNames - The names of properties.public PropertyGroupRequest withPropertyNames(String... propertyNames)
The names of properties.
NOTE: This method appends the values to the existing list (if any). Use
setPropertyNames(java.util.Collection) or withPropertyNames(java.util.Collection) if you want
to override the existing values.
propertyNames - The names of properties.public PropertyGroupRequest withPropertyNames(Collection<String> propertyNames)
The names of properties.
propertyNames - The names of properties.public String toString()
toString in class ObjectObject.toString()public PropertyGroupRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.