@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentPropertyGroupResponse extends Object implements Serializable, Cloneable, StructuredPojo
The component property group response.
| Constructor and Description |
|---|
ComponentPropertyGroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
ComponentPropertyGroupResponse |
clone() |
boolean |
equals(Object obj) |
String |
getGroupType()
The group type.
|
Boolean |
getIsInherited()
A Boolean value that specifies whether the property group is inherited from a parent entity
|
List<String> |
getPropertyNames()
The names of properties
|
int |
hashCode() |
Boolean |
isInherited()
A Boolean value that specifies whether the property group is inherited from a parent entity
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupType(String groupType)
The group type.
|
void |
setIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
void |
setPropertyNames(Collection<String> propertyNames)
The names of properties
|
String |
toString()
Returns a string representation of this object.
|
ComponentPropertyGroupResponse |
withGroupType(GroupType groupType)
The group type.
|
ComponentPropertyGroupResponse |
withGroupType(String groupType)
The group type.
|
ComponentPropertyGroupResponse |
withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
ComponentPropertyGroupResponse |
withPropertyNames(Collection<String> propertyNames)
The names of properties
|
ComponentPropertyGroupResponse |
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 ComponentPropertyGroupResponse withGroupType(String groupType)
The group type.
groupType - The group type.GroupTypepublic ComponentPropertyGroupResponse 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 propertiespublic ComponentPropertyGroupResponse 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 propertiespublic ComponentPropertyGroupResponse withPropertyNames(Collection<String> propertyNames)
The names of properties
propertyNames - The names of propertiespublic void setIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
isInherited - A Boolean value that specifies whether the property group is inherited from a parent entitypublic Boolean getIsInherited()
A Boolean value that specifies whether the property group is inherited from a parent entity
public ComponentPropertyGroupResponse withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
isInherited - A Boolean value that specifies whether the property group is inherited from a parent entitypublic Boolean isInherited()
A Boolean value that specifies whether the property group is inherited from a parent entity
public String toString()
toString in class ObjectObject.toString()public ComponentPropertyGroupResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.