Class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupName()The group name of the logs in CloudWatch Logs.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder>serializableBuilderClass()Stringstatus()The current status of the logs in CloudWatch Logs for a build project.StringstreamName()The prefix of the stream name of the CloudWatch Logs.AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.BuildertoBuilder()StringtoString()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
-
groupName
public final String groupName()
The group name of the logs in CloudWatch Logs.
- Returns:
- The group name of the logs in CloudWatch Logs.
-
status
public final String status()
The current status of the logs in CloudWatch Logs for a build project.
- Returns:
- The current status of the logs in CloudWatch Logs for a build project.
-
streamName
public final String streamName()
The prefix of the stream name of the CloudWatch Logs.
- Returns:
- The prefix of the stream name of the CloudWatch Logs.
-
toBuilder
public AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder toBuilder()
-
builder
public static AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-