@Generated(value="software.amazon.awssdk:codegen") public final class GetPipelineResponse extends CodePipelineResponse implements ToCopyableBuilder<GetPipelineResponse.Builder,GetPipelineResponse>
Represents the output of a GetPipeline action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPipelineResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPipelineResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PipelineMetadata |
metadata()
Represents the pipeline metadata information returned as part of the output of a
GetPipeline action. |
PipelineDeclaration |
pipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPipelineResponse.Builder> |
serializableBuilderClass() |
GetPipelineResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PipelineDeclaration pipeline()
Represents the structure of actions and stages to be performed in the pipeline.
public final PipelineMetadata metadata()
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
GetPipeline
action.public GetPipelineResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPipelineResponse.Builder,GetPipelineResponse>toBuilder in class AwsResponsepublic static GetPipelineResponse.Builder builder()
public static Class<? extends GetPipelineResponse.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.