@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoggingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLoggingConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoggingConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getFirewallArn()
The Amazon Resource Name (ARN) of the firewall.
|
LoggingConfiguration |
getLoggingConfiguration() |
int |
hashCode() |
void |
setFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
void |
setLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
String |
toString()
Returns a string representation of this object.
|
DescribeLoggingConfigurationResult |
withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
DescribeLoggingConfigurationResult |
withLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
firewallArn
- The Amazon Resource Name (ARN) of the firewall.public String getFirewallArn()
The Amazon Resource Name (ARN) of the firewall.
public DescribeLoggingConfigurationResult withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
firewallArn
- The Amazon Resource Name (ARN) of the firewall.public void setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration
- public LoggingConfiguration getLoggingConfiguration()
public DescribeLoggingConfigurationResult withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration
- public String toString()
toString
in class Object
Object.toString()
public DescribeLoggingConfigurationResult clone()