@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduledSplitsLaunchConfig extends Object implements Serializable, Cloneable, StructuredPojo
An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.
Constructor and Description |
---|
ScheduledSplitsLaunchConfig() |
Modifier and Type | Method and Description |
---|---|
ScheduledSplitsLaunchConfig |
clone() |
boolean |
equals(Object obj) |
List<ScheduledSplitConfig> |
getSteps()
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSteps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
String |
toString()
Returns a string representation of this object.
|
ScheduledSplitsLaunchConfig |
withSteps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
ScheduledSplitsLaunchConfig |
withSteps(ScheduledSplitConfig... steps)
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
public List<ScheduledSplitConfig> getSteps()
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
public void setSteps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
steps
- An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch. This also defines the start time of each step.public ScheduledSplitsLaunchConfig withSteps(ScheduledSplitConfig... steps)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch. This also defines the start time of each step.public ScheduledSplitsLaunchConfig withSteps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
steps
- An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch. This also defines the start time of each step.public String toString()
toString
in class Object
Object.toString()
public ScheduledSplitsLaunchConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.