@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamProcessorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateStreamProcessorResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStreamProcessorResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStreamProcessorArn()
 ARN for the newly create stream processor. | 
| int | hashCode() | 
| void | setStreamProcessorArn(String streamProcessorArn)
 ARN for the newly create stream processor. | 
| String | toString()Returns a string representation of this object. | 
| CreateStreamProcessorResult | withStreamProcessorArn(String streamProcessorArn)
 ARN for the newly create stream processor. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStreamProcessorArn(String streamProcessorArn)
ARN for the newly create stream processor.
streamProcessorArn - ARN for the newly create stream processor.public String getStreamProcessorArn()
ARN for the newly create stream processor.
public CreateStreamProcessorResult withStreamProcessorArn(String streamProcessorArn)
ARN for the newly create stream processor.
streamProcessorArn - ARN for the newly create stream processor.public String toString()
toString in class ObjectObject.toString()public CreateStreamProcessorResult clone()