@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingCloudwatchLogsExports extends Object implements Serializable, Cloneable
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
Valid log types are: audit
(to publish audit logs) and slowquery
(to publish slow-query
logs). See Publishing Neptune
logs to Amazon CloudWatch logs.
Constructor and Description |
---|
PendingCloudwatchLogsExports() |
Modifier and Type | Method and Description |
---|---|
PendingCloudwatchLogsExports |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLogTypesToDisable()
Log types that are in the process of being enabled.
|
List<String> |
getLogTypesToEnable()
Log types that are in the process of being deactivated.
|
int |
hashCode() |
void |
setLogTypesToDisable(Collection<String> logTypesToDisable)
Log types that are in the process of being enabled.
|
void |
setLogTypesToEnable(Collection<String> logTypesToEnable)
Log types that are in the process of being deactivated.
|
String |
toString()
Returns a string representation of this object.
|
PendingCloudwatchLogsExports |
withLogTypesToDisable(Collection<String> logTypesToDisable)
Log types that are in the process of being enabled.
|
PendingCloudwatchLogsExports |
withLogTypesToDisable(String... logTypesToDisable)
Log types that are in the process of being enabled.
|
PendingCloudwatchLogsExports |
withLogTypesToEnable(Collection<String> logTypesToEnable)
Log types that are in the process of being deactivated.
|
PendingCloudwatchLogsExports |
withLogTypesToEnable(String... logTypesToEnable)
Log types that are in the process of being deactivated.
|
public List<String> getLogTypesToEnable()
Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
public void setLogTypesToEnable(Collection<String> logTypesToEnable)
Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
logTypesToEnable
- Log types that are in the process of being deactivated. After they are deactivated, these log types aren't
exported to CloudWatch Logs.public PendingCloudwatchLogsExports withLogTypesToEnable(String... logTypesToEnable)
Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
NOTE: This method appends the values to the existing list (if any). Use
setLogTypesToEnable(java.util.Collection)
or withLogTypesToEnable(java.util.Collection)
if you
want to override the existing values.
logTypesToEnable
- Log types that are in the process of being deactivated. After they are deactivated, these log types aren't
exported to CloudWatch Logs.public PendingCloudwatchLogsExports withLogTypesToEnable(Collection<String> logTypesToEnable)
Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
logTypesToEnable
- Log types that are in the process of being deactivated. After they are deactivated, these log types aren't
exported to CloudWatch Logs.public List<String> getLogTypesToDisable()
Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
public void setLogTypesToDisable(Collection<String> logTypesToDisable)
Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
logTypesToDisable
- Log types that are in the process of being enabled. After they are enabled, these log types are exported
to CloudWatch Logs.public PendingCloudwatchLogsExports withLogTypesToDisable(String... logTypesToDisable)
Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
NOTE: This method appends the values to the existing list (if any). Use
setLogTypesToDisable(java.util.Collection)
or withLogTypesToDisable(java.util.Collection)
if
you want to override the existing values.
logTypesToDisable
- Log types that are in the process of being enabled. After they are enabled, these log types are exported
to CloudWatch Logs.public PendingCloudwatchLogsExports withLogTypesToDisable(Collection<String> logTypesToDisable)
Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
logTypesToDisable
- Log types that are in the process of being enabled. After they are enabled, these log types are exported
to CloudWatch Logs.public String toString()
toString
in class Object
Object.toString()
public PendingCloudwatchLogsExports clone()