@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyGroupResponse extends Object implements Serializable, Cloneable, StructuredPojo
The property group response
Constructor and Description |
---|
PropertyGroupResponse() |
Modifier and Type | Method and Description |
---|---|
PropertyGroupResponse |
clone() |
boolean |
equals(Object obj) |
String |
getGroupType()
The group types.
|
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 types.
|
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.
|
PropertyGroupResponse |
withGroupType(GroupType groupType)
The group types.
|
PropertyGroupResponse |
withGroupType(String groupType)
The group types.
|
PropertyGroupResponse |
withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
PropertyGroupResponse |
withPropertyNames(Collection<String> propertyNames)
The names of properties.
|
PropertyGroupResponse |
withPropertyNames(String... propertyNames)
The names of properties.
|
public void setGroupType(String groupType)
The group types.
groupType
- The group types.GroupType
public String getGroupType()
The group types.
GroupType
public PropertyGroupResponse withGroupType(String groupType)
The group types.
groupType
- The group types.GroupType
public PropertyGroupResponse withGroupType(GroupType groupType)
The group types.
groupType
- The group types.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 PropertyGroupResponse 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 PropertyGroupResponse withPropertyNames(Collection<String> propertyNames)
The names of properties.
propertyNames
- The names of properties.public 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 PropertyGroupResponse 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 Object
Object.toString()
public PropertyGroupResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.