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