@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentPropertyDescriptions extends Object implements Serializable, Cloneable, StructuredPojo
Describes the execution properties for an Apache Flink runtime.
Constructor and Description |
---|
EnvironmentPropertyDescriptions() |
Modifier and Type | Method and Description |
---|---|
EnvironmentPropertyDescriptions |
clone() |
boolean |
equals(Object obj) |
List<PropertyGroup> |
getPropertyGroupDescriptions()
Describes the execution property groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentPropertyDescriptions |
withPropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentPropertyDescriptions |
withPropertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)
Describes the execution property groups.
|
public List<PropertyGroup> getPropertyGroupDescriptions()
Describes the execution property groups.
public void setPropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
propertyGroupDescriptions
- Describes the execution property groups.public EnvironmentPropertyDescriptions withPropertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)
Describes the execution property groups.
NOTE: This method appends the values to the existing list (if any). Use
setPropertyGroupDescriptions(java.util.Collection)
or
withPropertyGroupDescriptions(java.util.Collection)
if you want to override the existing values.
propertyGroupDescriptions
- Describes the execution property groups.public EnvironmentPropertyDescriptions withPropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
propertyGroupDescriptions
- Describes the execution property groups.public String toString()
toString
in class Object
Object.toString()
public EnvironmentPropertyDescriptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.