@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFleetActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartFleetActionsRequest() |
Modifier and Type | Method and Description |
---|---|
StartFleetActionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getActions()
List of actions to restart on the fleet.
|
String |
getFleetId()
Unique identifier for a fleet
|
int |
hashCode() |
void |
setActions(Collection<String> actions)
List of actions to restart on the fleet.
|
void |
setFleetId(String fleetId)
Unique identifier for a fleet
|
String |
toString()
Returns a string representation of this object.
|
StartFleetActionsRequest |
withActions(Collection<String> actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest |
withActions(FleetAction... actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest |
withActions(String... actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest |
withFleetId(String fleetId)
Unique identifier for a fleet
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFleetId(String fleetId)
Unique identifier for a fleet
fleetId
- Unique identifier for a fleetpublic String getFleetId()
Unique identifier for a fleet
public StartFleetActionsRequest withFleetId(String fleetId)
Unique identifier for a fleet
fleetId
- Unique identifier for a fleetpublic List<String> getActions()
List of actions to restart on the fleet.
FleetAction
public void setActions(Collection<String> actions)
List of actions to restart on the fleet.
actions
- List of actions to restart on the fleet.FleetAction
public StartFleetActionsRequest withActions(String... actions)
List of actions to restart on the fleet.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- List of actions to restart on the fleet.FleetAction
public StartFleetActionsRequest withActions(Collection<String> actions)
List of actions to restart on the fleet.
actions
- List of actions to restart on the fleet.FleetAction
public StartFleetActionsRequest withActions(FleetAction... actions)
List of actions to restart on the fleet.
actions
- List of actions to restart on the fleet.FleetAction
public String toString()
toString
in class Object
Object.toString()
public StartFleetActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.