@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStreamProcessorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStreamProcessorResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamProcessorResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimestamp()
Date and time the stream processor was created
|
StreamProcessorInput |
getInput()
Kinesis video stream that provides the source streaming video.
|
Date |
getLastUpdateTimestamp()
The time, in Unix format, the stream processor was last updated.
|
String |
getName()
Name of the stream processor.
|
StreamProcessorOutput |
getOutput()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
String |
getRoleArn()
ARN of the IAM role that allows access to the stream processor.
|
StreamProcessorSettings |
getSettings()
Face recognition input parameters that are being used by the stream processor.
|
String |
getStatus()
Current status of the stream processor.
|
String |
getStatusMessage()
Detailed status message about the stream processor.
|
String |
getStreamProcessorArn()
ARN of the stream processor.
|
int |
hashCode() |
void |
setCreationTimestamp(Date creationTimestamp)
Date and time the stream processor was created
|
void |
setInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
void |
setLastUpdateTimestamp(Date lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated.
|
void |
setName(String name)
Name of the stream processor.
|
void |
setOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
void |
setRoleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
|
void |
setSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream processor.
|
void |
setStatus(String status)
Current status of the stream processor.
|
void |
setStatusMessage(String statusMessage)
Detailed status message about the stream processor.
|
void |
setStreamProcessorArn(String streamProcessorArn)
ARN of the stream processor.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStreamProcessorResult |
withCreationTimestamp(Date creationTimestamp)
Date and time the stream processor was created
|
DescribeStreamProcessorResult |
withInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
DescribeStreamProcessorResult |
withLastUpdateTimestamp(Date lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated.
|
DescribeStreamProcessorResult |
withName(String name)
Name of the stream processor.
|
DescribeStreamProcessorResult |
withOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
DescribeStreamProcessorResult |
withRoleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
|
DescribeStreamProcessorResult |
withSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream processor.
|
DescribeStreamProcessorResult |
withStatus(StreamProcessorStatus status)
Current status of the stream processor.
|
DescribeStreamProcessorResult |
withStatus(String status)
Current status of the stream processor.
|
DescribeStreamProcessorResult |
withStatusMessage(String statusMessage)
Detailed status message about the stream processor.
|
DescribeStreamProcessorResult |
withStreamProcessorArn(String streamProcessorArn)
ARN of the stream processor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
Name of the stream processor.
name
- Name of the stream processor.public String getName()
Name of the stream processor.
public DescribeStreamProcessorResult withName(String name)
Name of the stream processor.
name
- Name of the stream processor.public void setStreamProcessorArn(String streamProcessorArn)
ARN of the stream processor.
streamProcessorArn
- ARN of the stream processor.public String getStreamProcessorArn()
ARN of the stream processor.
public DescribeStreamProcessorResult withStreamProcessorArn(String streamProcessorArn)
ARN of the stream processor.
streamProcessorArn
- ARN of the stream processor.public void setStatus(String status)
Current status of the stream processor.
status
- Current status of the stream processor.StreamProcessorStatus
public String getStatus()
Current status of the stream processor.
StreamProcessorStatus
public DescribeStreamProcessorResult withStatus(String status)
Current status of the stream processor.
status
- Current status of the stream processor.StreamProcessorStatus
public DescribeStreamProcessorResult withStatus(StreamProcessorStatus status)
Current status of the stream processor.
status
- Current status of the stream processor.StreamProcessorStatus
public void setStatusMessage(String statusMessage)
Detailed status message about the stream processor.
statusMessage
- Detailed status message about the stream processor.public String getStatusMessage()
Detailed status message about the stream processor.
public DescribeStreamProcessorResult withStatusMessage(String statusMessage)
Detailed status message about the stream processor.
statusMessage
- Detailed status message about the stream processor.public void setCreationTimestamp(Date creationTimestamp)
Date and time the stream processor was created
creationTimestamp
- Date and time the stream processor was createdpublic Date getCreationTimestamp()
Date and time the stream processor was created
public DescribeStreamProcessorResult withCreationTimestamp(Date creationTimestamp)
Date and time the stream processor was created
creationTimestamp
- Date and time the stream processor was createdpublic void setLastUpdateTimestamp(Date lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
lastUpdateTimestamp
- The time, in Unix format, the stream processor was last updated. For example, when the stream processor
moves from a running state to a failed state, or when the user starts or stops the stream processor.public Date getLastUpdateTimestamp()
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
public DescribeStreamProcessorResult withLastUpdateTimestamp(Date lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
lastUpdateTimestamp
- The time, in Unix format, the stream processor was last updated. For example, when the stream processor
moves from a running state to a failed state, or when the user starts or stops the stream processor.public void setInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
input
- Kinesis video stream that provides the source streaming video.public StreamProcessorInput getInput()
Kinesis video stream that provides the source streaming video.
public DescribeStreamProcessorResult withInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
input
- Kinesis video stream that provides the source streaming video.public void setOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
output
- Kinesis data stream to which Amazon Rekognition Video puts the analysis results.public StreamProcessorOutput getOutput()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
public DescribeStreamProcessorResult withOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
output
- Kinesis data stream to which Amazon Rekognition Video puts the analysis results.public void setRoleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
roleArn
- ARN of the IAM role that allows access to the stream processor.public String getRoleArn()
ARN of the IAM role that allows access to the stream processor.
public DescribeStreamProcessorResult withRoleArn(String roleArn)
ARN of the IAM role that allows access to the stream processor.
roleArn
- ARN of the IAM role that allows access to the stream processor.public void setSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
settings
- Face recognition input parameters that are being used by the stream processor. Includes the collection to
use for face recognition and the face attributes to detect.public StreamProcessorSettings getSettings()
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
public DescribeStreamProcessorResult withSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
settings
- Face recognition input parameters that are being used by the stream processor. Includes the collection to
use for face recognition and the face attributes to detect.public String toString()
toString
in class Object
Object.toString()
public DescribeStreamProcessorResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.