Class VerifiedAccessLogCloudWatchLogsDestination
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.VerifiedAccessLogCloudWatchLogsDestination
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<VerifiedAccessLogCloudWatchLogsDestination.Builder,VerifiedAccessLogCloudWatchLogsDestination>
@Generated("software.amazon.awssdk:codegen") public final class VerifiedAccessLogCloudWatchLogsDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessLogCloudWatchLogsDestination.Builder,VerifiedAccessLogCloudWatchLogsDestination>
Options for CloudWatch Logs as a logging destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VerifiedAccessLogCloudWatchLogsDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VerifiedAccessLogCloudWatchLogsDestination.Builder
builder()
VerifiedAccessLogDeliveryStatus
deliveryStatus()
The delivery status for access logs.Boolean
enabled()
Indicates whether logging is enabled.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
logGroup()
The ID of the CloudWatch Logs log group.List<SdkField<?>>
sdkFields()
static Class<? extends VerifiedAccessLogCloudWatchLogsDestination.Builder>
serializableBuilderClass()
VerifiedAccessLogCloudWatchLogsDestination.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Indicates whether logging is enabled.
- Returns:
- Indicates whether logging is enabled.
-
deliveryStatus
public final VerifiedAccessLogDeliveryStatus deliveryStatus()
The delivery status for access logs.
- Returns:
- The delivery status for access logs.
-
logGroup
public final String logGroup()
The ID of the CloudWatch Logs log group.
- Returns:
- The ID of the CloudWatch Logs log group.
-
toBuilder
public VerifiedAccessLogCloudWatchLogsDestination.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<VerifiedAccessLogCloudWatchLogsDestination.Builder,VerifiedAccessLogCloudWatchLogsDestination>
-
builder
public static VerifiedAccessLogCloudWatchLogsDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends VerifiedAccessLogCloudWatchLogsDestination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-