@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartStreamProcessorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartStreamProcessorResult() |
Modifier and Type | Method and Description |
---|---|
StartStreamProcessorResult |
clone() |
boolean |
equals(Object obj) |
String |
getSessionId()
A unique identifier for the stream processing session.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
A unique identifier for the stream processing session.
|
String |
toString()
Returns a string representation of this object.
|
StartStreamProcessorResult |
withSessionId(String sessionId)
A unique identifier for the stream processing session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSessionId(String sessionId)
A unique identifier for the stream processing session.
sessionId
- A unique identifier for the stream processing session.public String getSessionId()
A unique identifier for the stream processing session.
public StartStreamProcessorResult withSessionId(String sessionId)
A unique identifier for the stream processing session.
sessionId
- A unique identifier for the stream processing session.public String toString()
toString
in class Object
Object.toString()
public StartStreamProcessorResult clone()