@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAuditStreamConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAuditStreamConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAuditStreamConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuditStreamArn()
The ARN of the Amazon Kinesis data stream that receives the audit events.
|
String |
getFleetArn()
The ARN of the fleet.
|
int |
hashCode() |
void |
setAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that receives the audit events.
|
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAuditStreamConfigurationRequest |
withAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that receives the audit events.
|
UpdateAuditStreamConfigurationRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateAuditStreamConfigurationRequest()
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public UpdateAuditStreamConfigurationRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that receives the audit events.
auditStreamArn
- The ARN of the Amazon Kinesis data stream that receives the audit events.public String getAuditStreamArn()
The ARN of the Amazon Kinesis data stream that receives the audit events.
public UpdateAuditStreamConfigurationRequest withAuditStreamArn(String auditStreamArn)
The ARN of the Amazon Kinesis data stream that receives the audit events.
auditStreamArn
- The ARN of the Amazon Kinesis data stream that receives the audit events.public String toString()
toString
in class Object
Object.toString()
public UpdateAuditStreamConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.