@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProgressUpdateStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProgressUpdateStreamRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProgressUpdateStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
String |
getProgressUpdateStreamName()
The name of the ProgressUpdateStream.
|
int |
hashCode() |
Boolean |
isDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
void |
setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
void |
setProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateProgressUpdateStreamRequest |
withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
CreateProgressUpdateStreamRequest |
withProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
|
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 setProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
progressUpdateStreamName
- The name of the ProgressUpdateStream.public String getProgressUpdateStreamName()
The name of the ProgressUpdateStream.
public CreateProgressUpdateStreamRequest withProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
progressUpdateStreamName
- The name of the ProgressUpdateStream.public void setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.public Boolean getDryRun()
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
public CreateProgressUpdateStreamRequest withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.public Boolean isDryRun()
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
public String toString()
toString
in class Object
Object.toString()
public CreateProgressUpdateStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.