@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
responseMetadata
sdkHttpResponse
copy
public 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()
.
StreamProcessorStatus
public 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()
.
StreamProcessorStatus
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeStreamProcessorResponse.Builder,DescribeStreamProcessorResponse>
toBuilder
in class AwsResponse
public static DescribeStreamProcessorResponse.Builder builder()
public static Class<? extends DescribeStreamProcessorResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.