public class DescribeStreamProcessorRequest extends AmazonWebServiceRequest implements java.io.Serializable
Provides information about a stream processor created by CreateStreamProcessor. You can get information about the input and output streams, the input parameters for the face recognition being performed, and the current status of the stream processor.
Constructor and Description |
---|
DescribeStreamProcessorRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Name of the stream processor for which you want information.
|
int |
hashCode() |
void |
setName(java.lang.String name)
Name of the stream processor for which you want information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamProcessorRequest |
withName(java.lang.String name)
Name of the stream processor for which you want information.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getName()
Name of the stream processor for which you want information.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
Name of the stream processor for which you want information.
public void setName(java.lang.String name)
Name of the stream processor for which you want information.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
name
- Name of the stream processor for which you want information.
public DescribeStreamProcessorRequest withName(java.lang.String name)
Name of the stream processor for which you want information.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
name
- Name of the stream processor for which you want information.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.