@Generated(value="software.amazon.awssdk:codegen") public final class UpdateProjectVisibilityResponse extends CodeBuildResponse implements ToCopyableBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateProjectVisibilityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProjectVisibilityResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectArn()
The Amazon Resource Name (ARN) of the build project.
|
ProjectVisibilityType |
projectVisibility()
Returns the value of the ProjectVisibility property for this object.
|
String |
projectVisibilityAsString()
Returns the value of the ProjectVisibility property for this object.
|
String |
publicProjectAlias()
Contains the project identifier used with the public build APIs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateProjectVisibilityResponse.Builder> |
serializableBuilderClass() |
UpdateProjectVisibilityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectArn()
The Amazon Resource Name (ARN) of the build project.
public final String publicProjectAlias()
Contains the project identifier used with the public build APIs.
public final ProjectVisibilityType projectVisibility()
If the service returns an enum value that is not available in the current SDK version, projectVisibility
will return ProjectVisibilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from projectVisibilityAsString().
ProjectVisibilityTypepublic final String projectVisibilityAsString()
If the service returns an enum value that is not available in the current SDK version, projectVisibility
will return ProjectVisibilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from projectVisibilityAsString().
ProjectVisibilityTypepublic UpdateProjectVisibilityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateProjectVisibilityResponse.Builder,UpdateProjectVisibilityResponse>toBuilder in class AwsResponsepublic static UpdateProjectVisibilityResponse.Builder builder()
public static Class<? extends UpdateProjectVisibilityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.