@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchGroup extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.
Constructor and Description |
---|
LaunchGroup() |
Modifier and Type | Method and Description |
---|---|
LaunchGroup |
addFeatureVariationsEntry(String key,
String value)
Add a single FeatureVariations entry
|
LaunchGroup |
clearFeatureVariationsEntries()
Removes all the entries added into FeatureVariations.
|
LaunchGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the launch group.
|
Map<String,String> |
getFeatureVariations()
The feature variation for this launch group.
|
String |
getName()
The name of the launch group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A description of the launch group.
|
void |
setFeatureVariations(Map<String,String> featureVariations)
The feature variation for this launch group.
|
void |
setName(String name)
The name of the launch group.
|
String |
toString()
Returns a string representation of this object.
|
LaunchGroup |
withDescription(String description)
A description of the launch group.
|
LaunchGroup |
withFeatureVariations(Map<String,String> featureVariations)
The feature variation for this launch group.
|
LaunchGroup |
withName(String name)
The name of the launch group.
|
public void setDescription(String description)
A description of the launch group.
description
- A description of the launch group.public String getDescription()
A description of the launch group.
public LaunchGroup withDescription(String description)
A description of the launch group.
description
- A description of the launch group.public Map<String,String> getFeatureVariations()
The feature variation for this launch group. This is a key-value pair.
public void setFeatureVariations(Map<String,String> featureVariations)
The feature variation for this launch group. This is a key-value pair.
featureVariations
- The feature variation for this launch group. This is a key-value pair.public LaunchGroup withFeatureVariations(Map<String,String> featureVariations)
The feature variation for this launch group. This is a key-value pair.
featureVariations
- The feature variation for this launch group. This is a key-value pair.public LaunchGroup addFeatureVariationsEntry(String key, String value)
public LaunchGroup clearFeatureVariationsEntries()
public void setName(String name)
The name of the launch group.
name
- The name of the launch group.public String getName()
The name of the launch group.
public LaunchGroup withName(String name)
The name of the launch group.
name
- The name of the launch group.public String toString()
toString
in class Object
Object.toString()
public LaunchGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.