@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyGroup extends Object implements Serializable, Cloneable, StructuredPojo
Property key-value pairs passed into an application.
| Constructor and Description |
|---|
PropertyGroup() |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroup |
addPropertyMapEntry(String key,
String value)
Add a single PropertyMap entry
|
PropertyGroup |
clearPropertyMapEntries()
Removes all the entries added into PropertyMap.
|
PropertyGroup |
clone() |
boolean |
equals(Object obj) |
String |
getPropertyGroupId()
Describes the key of an application execution property key-value pair.
|
Map<String,String> |
getPropertyMap()
Describes the value of an application execution property key-value pair.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPropertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
|
void |
setPropertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
|
String |
toString()
Returns a string representation of this object.
|
PropertyGroup |
withPropertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
|
PropertyGroup |
withPropertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
|
public void setPropertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
propertyGroupId - Describes the key of an application execution property key-value pair.public String getPropertyGroupId()
Describes the key of an application execution property key-value pair.
public PropertyGroup withPropertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
propertyGroupId - Describes the key of an application execution property key-value pair.public Map<String,String> getPropertyMap()
Describes the value of an application execution property key-value pair.
public void setPropertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
propertyMap - Describes the value of an application execution property key-value pair.public PropertyGroup withPropertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
propertyMap - Describes the value of an application execution property key-value pair.public PropertyGroup addPropertyMapEntry(String key, String value)
public PropertyGroup clearPropertyMapEntries()
public String toString()
toString in class ObjectObject.toString()public PropertyGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.