@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisDataStream extends Object implements Serializable, Cloneable, StructuredPojo
The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
Constructor and Description |
---|
KinesisDataStream() |
Modifier and Type | Method and Description |
---|---|
KinesisDataStream |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the output Amazon Kinesis Data Streams stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
String |
toString()
Returns a string representation of this object.
|
KinesisDataStream |
withArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
public void setArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
arn
- ARN of the output Amazon Kinesis Data Streams stream.public String getArn()
ARN of the output Amazon Kinesis Data Streams stream.
public KinesisDataStream withArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
arn
- ARN of the output Amazon Kinesis Data Streams stream.public String toString()
toString
in class Object
Object.toString()
public KinesisDataStream clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.