public class CreateStreamProcessorResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateStreamProcessorResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStreamProcessorArn()
ARN for the newly create stream processor.
|
int |
hashCode() |
void |
setStreamProcessorArn(java.lang.String streamProcessorArn)
ARN for the newly create stream processor.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateStreamProcessorResult |
withStreamProcessorArn(java.lang.String streamProcessorArn)
ARN for the newly create stream processor.
|
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.