@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()
Returns the result of the recipe step, without applying it.
|
RecipeStep |
getRecipeStep() |
Integer |
getStepIndex()
The index from which to preview a step.
|
ViewFrame |
getViewFrame() |
int |
hashCode() |
Boolean |
isPreview()
Returns the result of the recipe step, without applying it.
|
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)
Returns the result of the recipe step, without applying it.
|
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)
Returns the result of the recipe step, without applying it.
|
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, withSdkRequestTimeoutpublic void setPreview(Boolean preview)
Returns the result of the recipe step, without applying it. The result isn't added to the view frame stack.
preview - Returns the result of the recipe step, without applying it. The result isn't added to the view frame
stack.public Boolean getPreview()
Returns the result of the recipe step, without applying it. The result isn't added to the view frame stack.
public SendProjectSessionActionRequest withPreview(Boolean preview)
Returns the result of the recipe step, without applying it. The result isn't added to the view frame stack.
preview - Returns the result of the recipe step, without applying it. The result isn't added to the view frame
stack.public Boolean isPreview()
Returns the result of the recipe step, without applying it. The result isn't added to the view frame stack.
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 ObjectObject.toString()public SendProjectSessionActionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()