@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentPropertyUpdates extends Object implements Serializable, Cloneable, StructuredPojo
Describes updates to the execution property groups for a Flink-based Kinesis Data Analytics application or a Studio notebook.
Constructor and Description |
---|
EnvironmentPropertyUpdates() |
Modifier and Type | Method and Description |
---|---|
EnvironmentPropertyUpdates |
clone() |
boolean |
equals(Object obj) |
List<PropertyGroup> |
getPropertyGroups()
Describes updates to the execution property groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentPropertyUpdates |
withPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyUpdates |
withPropertyGroups(PropertyGroup... propertyGroups)
Describes updates to the execution property groups.
|
public List<PropertyGroup> getPropertyGroups()
Describes updates to the execution property groups.
public void setPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
propertyGroups
- Describes updates to the execution property groups.public EnvironmentPropertyUpdates withPropertyGroups(PropertyGroup... propertyGroups)
Describes updates to 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 updates to the execution property groups.public EnvironmentPropertyUpdates withPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
propertyGroups
- Describes updates to the execution property groups.public String toString()
toString
in class Object
Object.toString()
public EnvironmentPropertyUpdates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.