@Generated(value="software.amazon.awssdk:codegen") public final class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>
Information about CloudWatch Logs for the build project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The group name of the logs in CloudWatch Logs.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the logs in CloudWatch Logs for a build project.
|
String |
streamName()
The prefix of the stream name of the CloudWatch Logs.
|
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The group name of the logs in CloudWatch Logs.
public final String status()
The current status of the logs in CloudWatch Logs for a build project.
public final String streamName()
The prefix of the stream name of the CloudWatch Logs.
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder toBuilder()
public static AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder builder()
public static Class<? extends AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.