public class DescribeStreamProcessorRequest extends AmazonWebServiceRequest implements Serializable
Provides information about a stream processor created by . 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(Object obj) |
String |
getName()
Name of the stream processor for which you want information.
|
int |
hashCode() |
void |
setName(String name)
Name of the stream processor for which you want information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamProcessorRequest |
withName(String name)
Name of the stream processor for which you want information.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.