public class StopStreamProcessorRequest extends AmazonWebServiceRequest implements Serializable
Stops a running stream processor that was created by .
Constructor and Description |
---|
StopStreamProcessorRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
The name of a stream processor created by .
|
int |
hashCode() |
void |
setName(String name)
The name of a stream processor created by .
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopStreamProcessorRequest |
withName(String name)
The name of a stream processor created by .
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getName()
The name of a stream processor created by .
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
The name of a stream processor created by .
public void setName(String name)
The name of a stream processor created by .
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
name
- The name of a stream processor created by .
public StopStreamProcessorRequest withName(String name)
The name of a stream processor created by .
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
name
- The name of a stream processor created by .
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.