@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateStageRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the stage to be updated.
|
AutoParticipantRecordingConfiguration |
getAutoParticipantRecordingConfiguration()
Configuration object for individual participant recording, to attach to the stage.
|
String |
getName()
Name of the stage to be updated.
|
int |
hashCode() |
void |
setArn(String arn)
ARN of the stage to be updated.
|
void |
setAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage.
|
void |
setName(String name)
Name of the stage to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStageRequest |
withArn(String arn)
ARN of the stage to be updated.
|
UpdateStageRequest |
withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage.
|
UpdateStageRequest |
withName(String name)
Name of the stage to be updated.
|
addHandlerContext, copyBaseTo, 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 setArn(String arn)
ARN of the stage to be updated.
arn - ARN of the stage to be updated.public String getArn()
ARN of the stage to be updated.
public UpdateStageRequest withArn(String arn)
ARN of the stage to be updated.
arn - ARN of the stage to be updated.public void setName(String name)
Name of the stage to be updated.
name - Name of the stage to be updated.public String getName()
Name of the stage to be updated.
public UpdateStageRequest withName(String name)
Name of the stage to be updated.
name - Name of the stage to be updated.public void setAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
autoParticipantRecordingConfiguration - Configuration object for individual participant recording, to attach to the stage. Note that this cannot
be updated while recording is active.public AutoParticipantRecordingConfiguration getAutoParticipantRecordingConfiguration()
Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
public UpdateStageRequest withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
autoParticipantRecordingConfiguration - Configuration object for individual participant recording, to attach to the stage. Note that this cannot
be updated while recording is active.public String toString()
toString in class ObjectObject.toString()public UpdateStageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.