@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStreamProcessorResponse extends RekognitionResponse implements ToCopyableBuilder<DescribeStreamProcessorResponse.Builder,DescribeStreamProcessorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStreamProcessorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStreamProcessorResponse.Builder |
builder() |
Instant |
creationTimestamp()
Date and time the stream processor was created
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
StreamProcessorInput |
input()
Kinesis video stream that provides the source streaming video.
|
Instant |
lastUpdateTimestamp()
The time, in Unix format, the stream processor was last updated.
|
String |
name()
Name of the stream processor.
|
StreamProcessorOutput |
output()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
String |
roleArn()
ARN of the IAM role that allows access to the stream processor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStreamProcessorResponse.Builder> |
serializableBuilderClass() |
StreamProcessorSettings |
settings()
Face recognition input parameters that are being used by the stream processor.
|
StreamProcessorStatus |
status()
Current status of the stream processor.
|
String |
statusAsString()
Current status of the stream processor.
|
String |
statusMessage()
Detailed status message about the stream processor.
|
String |
streamProcessorArn()
ARN of the stream processor.
|
DescribeStreamProcessorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
Name of the stream processor.
public String streamProcessorArn()
ARN of the stream processor.
public StreamProcessorStatus status()
Current status of the stream processor.
If the service returns an enum value that is not available in the current SDK version, status will
return StreamProcessorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StreamProcessorStatuspublic String statusAsString()
Current status of the stream processor.
If the service returns an enum value that is not available in the current SDK version, status will
return StreamProcessorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StreamProcessorStatuspublic String statusMessage()
Detailed status message about the stream processor.
public Instant creationTimestamp()
Date and time the stream processor was created
public Instant 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 StreamProcessorInput input()
Kinesis video stream that provides the source streaming video.
public StreamProcessorOutput output()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
public String roleArn()
ARN of the IAM role that allows access to the stream processor.
public 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.
public DescribeStreamProcessorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStreamProcessorResponse.Builder,DescribeStreamProcessorResponse>toBuilder in class AwsResponsepublic static DescribeStreamProcessorResponse.Builder builder()
public static Class<? extends DescribeStreamProcessorResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.