@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAcceleratorAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAcceleratorAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAcceleratorAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceleratorArn()
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
Boolean |
getFlowLogsEnabled()
Update whether flow logs are enabled.
|
String |
getFlowLogsS3Bucket()
Update the name of the Amazon S3 bucket for the flow logs.
|
String |
getFlowLogsS3Prefix()
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
int |
hashCode() |
Boolean |
isFlowLogsEnabled()
Update whether flow logs are enabled.
|
void |
setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
void |
setFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
void |
setFlowLogsS3Bucket(String flowLogsS3Bucket)
Update the name of the Amazon S3 bucket for the flow logs.
|
void |
setFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAcceleratorAttributesRequest |
withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
UpdateAcceleratorAttributesRequest |
withFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
UpdateAcceleratorAttributesRequest |
withFlowLogsS3Bucket(String flowLogsS3Bucket)
Update the name of the Amazon S3 bucket for the flow logs.
|
UpdateAcceleratorAttributesRequest |
withFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
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 void setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
acceleratorArn
- The Amazon Resource Name (ARN) of the accelerator that you want to update.public String getAcceleratorArn()
The Amazon Resource Name (ARN) of the accelerator that you want to update.
public UpdateAcceleratorAttributesRequest withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
acceleratorArn
- The Amazon Resource Name (ARN) of the accelerator that you want to update.public void setFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
flowLogsEnabled
- Update whether flow logs are enabled.public Boolean getFlowLogsEnabled()
Update whether flow logs are enabled.
public UpdateAcceleratorAttributesRequest withFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
flowLogsEnabled
- Update whether flow logs are enabled.public Boolean isFlowLogsEnabled()
Update whether flow logs are enabled.
public void setFlowLogsS3Bucket(String flowLogsS3Bucket)
Update the name of the Amazon S3 bucket for the flow logs.
flowLogsS3Bucket
- Update the name of the Amazon S3 bucket for the flow logs.public String getFlowLogsS3Bucket()
Update the name of the Amazon S3 bucket for the flow logs.
public UpdateAcceleratorAttributesRequest withFlowLogsS3Bucket(String flowLogsS3Bucket)
Update the name of the Amazon S3 bucket for the flow logs.
flowLogsS3Bucket
- Update the name of the Amazon S3 bucket for the flow logs.public void setFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
flowLogsS3Prefix
- Update the prefix for the location in the Amazon S3 bucket for the flow logs.public String getFlowLogsS3Prefix()
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
public UpdateAcceleratorAttributesRequest withFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
flowLogsS3Prefix
- Update the prefix for the location in the Amazon S3 bucket for the flow logs.public String toString()
toString
in class Object
Object.toString()
public UpdateAcceleratorAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.