public class CreateStreamProcessorResult extends Object implements Serializable
Constructor and Description |
---|
CreateStreamProcessorResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getStreamProcessorArn()
ARN for the newly create stream processor.
|
int |
hashCode() |
void |
setStreamProcessorArn(String streamProcessorArn)
ARN for the newly create stream processor.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateStreamProcessorResult |
withStreamProcessorArn(String streamProcessorArn)
ARN for the newly create stream processor.
|
public String getStreamProcessorArn()
ARN for the newly create stream processor.
Constraints:
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:streamprocessor\/.+$)
ARN for the newly create stream processor.
public void setStreamProcessorArn(String streamProcessorArn)
ARN for the newly create stream processor.
Constraints:
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:streamprocessor\/.+$)
streamProcessorArn
- ARN for the newly create stream processor.
public CreateStreamProcessorResult withStreamProcessorArn(String streamProcessorArn)
ARN for the newly create stream processor.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:streamprocessor\/.+$)
streamProcessorArn
- ARN for the newly create stream processor.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.