@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentPropertyGroupRequest extends Object implements Serializable, Cloneable, StructuredPojo
The component property group request.
| Constructor and Description |
|---|
ComponentPropertyGroupRequest() |
public void setGroupType(String groupType)
The group type.
groupType - The group type.GroupTypepublic String getGroupType()
The group type.
GroupTypepublic ComponentPropertyGroupRequest withGroupType(String groupType)
The group type.
groupType - The group type.GroupTypepublic ComponentPropertyGroupRequest withGroupType(GroupType groupType)
The group type.
groupType - The group type.GroupTypepublic List<String> getPropertyNames()
The property names.
public void setPropertyNames(Collection<String> propertyNames)
The property names.
propertyNames - The property names.public ComponentPropertyGroupRequest withPropertyNames(String... propertyNames)
The property names.
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 property names.public ComponentPropertyGroupRequest withPropertyNames(Collection<String> propertyNames)
The property names.
propertyNames - The property names.public void setUpdateType(String updateType)
The update type.
updateType - The update type.PropertyGroupUpdateTypepublic String getUpdateType()
The update type.
PropertyGroupUpdateTypepublic ComponentPropertyGroupRequest withUpdateType(String updateType)
The update type.
updateType - The update type.PropertyGroupUpdateTypepublic ComponentPropertyGroupRequest withUpdateType(PropertyGroupUpdateType updateType)
The update type.
updateType - The update type.PropertyGroupUpdateTypepublic String toString()
toString in class ObjectObject.toString()public ComponentPropertyGroupRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.