@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendProjectSessionActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendProjectSessionActionRequest() |
Modifier and Type | Method and Description |
---|---|
SendProjectSessionActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientSessionId()
A unique identifier for an interactive session that's currently open and ready for work.
|
String |
getName()
The name of the project to apply the action to.
|
Boolean |
getPreview()
If true, the result of the recipe step will be returned, but not applied.
|
RecipeStep |
getRecipeStep() |
Integer |
getStepIndex()
The index from which to preview a step.
|
ViewFrame |
getViewFrame() |
int |
hashCode() |
Boolean |
isPreview()
If true, the result of the recipe step will be returned, but not applied.
|
void |
setClientSessionId(String clientSessionId)
A unique identifier for an interactive session that's currently open and ready for work.
|
void |
setName(String name)
The name of the project to apply the action to.
|
void |
setPreview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
|
void |
setRecipeStep(RecipeStep recipeStep) |
void |
setStepIndex(Integer stepIndex)
The index from which to preview a step.
|
void |
setViewFrame(ViewFrame viewFrame) |
String |
toString()
Returns a string representation of this object.
|
SendProjectSessionActionRequest |
withClientSessionId(String clientSessionId)
A unique identifier for an interactive session that's currently open and ready for work.
|
SendProjectSessionActionRequest |
withName(String name)
The name of the project to apply the action to.
|
SendProjectSessionActionRequest |
withPreview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
|
SendProjectSessionActionRequest |
withRecipeStep(RecipeStep recipeStep) |
SendProjectSessionActionRequest |
withStepIndex(Integer stepIndex)
The index from which to preview a step.
|
SendProjectSessionActionRequest |
withViewFrame(ViewFrame viewFrame) |
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 setPreview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
preview
- If true, the result of the recipe step will be returned, but not applied.public Boolean getPreview()
If true, the result of the recipe step will be returned, but not applied.
public SendProjectSessionActionRequest withPreview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
preview
- If true, the result of the recipe step will be returned, but not applied.public Boolean isPreview()
If true, the result of the recipe step will be returned, but not applied.
public void setName(String name)
The name of the project to apply the action to.
name
- The name of the project to apply the action to.public String getName()
The name of the project to apply the action to.
public SendProjectSessionActionRequest withName(String name)
The name of the project to apply the action to.
name
- The name of the project to apply the action to.public void setRecipeStep(RecipeStep recipeStep)
recipeStep
- public RecipeStep getRecipeStep()
public SendProjectSessionActionRequest withRecipeStep(RecipeStep recipeStep)
recipeStep
- public void setStepIndex(Integer stepIndex)
The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
stepIndex
- The index from which to preview a step. This index is used to preview the result of steps that have
already been applied, so that the resulting view frame is from earlier in the view frame stack.public Integer getStepIndex()
The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
public SendProjectSessionActionRequest withStepIndex(Integer stepIndex)
The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
stepIndex
- The index from which to preview a step. This index is used to preview the result of steps that have
already been applied, so that the resulting view frame is from earlier in the view frame stack.public void setClientSessionId(String clientSessionId)
A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
clientSessionId
- A unique identifier for an interactive session that's currently open and ready for work. The action will
be performed on this session.public String getClientSessionId()
A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
public SendProjectSessionActionRequest withClientSessionId(String clientSessionId)
A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
clientSessionId
- A unique identifier for an interactive session that's currently open and ready for work. The action will
be performed on this session.public void setViewFrame(ViewFrame viewFrame)
viewFrame
- public ViewFrame getViewFrame()
public SendProjectSessionActionRequest withViewFrame(ViewFrame viewFrame)
viewFrame
- public String toString()
toString
in class Object
Object.toString()
public SendProjectSessionActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()