@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuditStreamConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAuditStreamConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAuditStreamConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuditStreamArn()
The ARN of the Amazon Kinesis data stream that will receive the audit events.
|
int |
hashCode() |
void |
setAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that will receive the audit events.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAuditStreamConfigurationResult |
withAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that will receive the audit events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAuditStreamConfigurationResult()
public void setAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that will receive the audit events.
auditStreamArn
- The ARN of the Amazon Kinesis data stream that will receive the audit events.public String getAuditStreamArn()
The ARN of the Amazon Kinesis data stream that will receive the audit events.
public DescribeAuditStreamConfigurationResult withAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that will receive the audit events.
auditStreamArn
- The ARN of the Amazon Kinesis data stream that will receive the audit events.public String toString()
toString
in class Object
Object.toString()
public DescribeAuditStreamConfigurationResult clone()