@Generated(value="software.amazon.awssdk:codegen") public final class GetPipelineRequest extends CodePipelineRequest implements ToCopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
Represents the input of a GetPipeline action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPipelineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPipelineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the pipeline for which you want to get information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPipelineRequest.Builder> |
serializableBuilderClass() |
GetPipelineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The version number of the pipeline.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.
public final Integer version()
The version number of the pipeline. If you do not specify a version, defaults to the current version.
public GetPipelineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>toBuilder in class CodePipelineRequestpublic static GetPipelineRequest.Builder builder()
public static Class<? extends GetPipelineRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.