@Generated(value="software.amazon.awssdk:codegen") public final class ProjectBadge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectBadge.Builder,ProjectBadge>
Information about the build badge for the build project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectBadge.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
badgeEnabled()
Set this to true to generate a publicly accessible URL for your project's build badge.
|
String |
badgeRequestUrl()
The publicly-accessible URL through which you can access the build badge for your project.
|
static ProjectBadge.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectBadge.Builder> |
serializableBuilderClass() |
ProjectBadge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean badgeEnabled()
Set this to true to generate a publicly accessible URL for your project's build badge.
public final String badgeRequestUrl()
The publicly-accessible URL through which you can access the build badge for your project.
public ProjectBadge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectBadge.Builder,ProjectBadge>public static ProjectBadge.Builder builder()
public static Class<? extends ProjectBadge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.