@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLoggingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLoggingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLoggingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFirewallArn()
The Amazon Resource Name (ARN) of the firewall.
|
String |
getFirewallName()
The descriptive name of the firewall.
|
LoggingConfiguration |
getLoggingConfiguration()
Defines how Network Firewall performs logging for a firewall.
|
int |
hashCode() |
void |
setFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
void |
setFirewallName(String firewallName)
The descriptive name of the firewall.
|
void |
setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines how Network Firewall performs logging for a firewall.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLoggingConfigurationRequest |
withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateLoggingConfigurationRequest |
withFirewallName(String firewallName)
The descriptive name of the firewall.
|
UpdateLoggingConfigurationRequest |
withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines how Network Firewall performs logging for a firewall.
|
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 setFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
firewallArn
- The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
public String getFirewallArn()
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public UpdateLoggingConfigurationRequest withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
firewallArn
- The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
public void setFirewallName(String firewallName)
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
firewallName
- The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
public String getFirewallName()
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public UpdateLoggingConfigurationRequest withFirewallName(String firewallName)
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
firewallName
- The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
public void setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.
loggingConfiguration
- Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall
disables logging for the firewall.public LoggingConfiguration getLoggingConfiguration()
Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.
public UpdateLoggingConfigurationRequest withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.
loggingConfiguration
- Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall
disables logging for the firewall.public String toString()
toString
in class Object
Object.toString()
public UpdateLoggingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()