@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.GroupType
public String getGroupType()
The group type.
GroupType
public PropertyGroupRequest withGroupType(String groupType)
The group type.
groupType
- The group type.GroupType
public PropertyGroupRequest withGroupType(GroupType groupType)
The group type.
groupType
- The group type.GroupType
public 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 Object
Object.toString()
public PropertyGroupRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.