Class StartPipeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.pipes.model.PipesResponse
-
- software.amazon.awssdk.services.pipes.model.StartPipeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartPipeResponse.Builder,StartPipeResponse>
@Generated("software.amazon.awssdk:codegen") public final class StartPipeResponse extends PipesResponse implements ToCopyableBuilder<StartPipeResponse.Builder,StartPipeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartPipeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the pipe.static StartPipeResponse.Builderbuilder()InstantcreationTime()The time the pipe was created.PipeStatecurrentState()The state the pipe is in.StringcurrentStateAsString()The state the pipe is in.RequestedPipeStatedesiredState()The state the pipe should be in.StringdesiredStateAsString()The state the pipe should be in.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).Stringname()The name of the pipe.List<SdkField<?>>sdkFields()static Class<? extends StartPipeResponse.Builder>serializableBuilderClass()StartPipeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.pipes.model.PipesResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
arn
public final String arn()
The ARN of the pipe.
- Returns:
- The ARN of the pipe.
-
creationTime
public final Instant creationTime()
The time the pipe was created.
- Returns:
- The time the pipe was created.
-
currentState
public final PipeState currentState()
The state the pipe is in.
If the service returns an enum value that is not available in the current SDK version,
currentStatewill returnPipeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrentStateAsString().- Returns:
- The state the pipe is in.
- See Also:
PipeState
-
currentStateAsString
public final String currentStateAsString()
The state the pipe is in.
If the service returns an enum value that is not available in the current SDK version,
currentStatewill returnPipeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrentStateAsString().- Returns:
- The state the pipe is in.
- See Also:
PipeState
-
desiredState
public final RequestedPipeState desiredState()
The state the pipe should be in.
If the service returns an enum value that is not available in the current SDK version,
desiredStatewill returnRequestedPipeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdesiredStateAsString().- Returns:
- The state the pipe should be in.
- See Also:
RequestedPipeState
-
desiredStateAsString
public final String desiredStateAsString()
The state the pipe should be in.
If the service returns an enum value that is not available in the current SDK version,
desiredStatewill returnRequestedPipeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdesiredStateAsString().- Returns:
- The state the pipe should be in.
- See Also:
RequestedPipeState
-
lastModifiedTime
public final Instant lastModifiedTime()
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Returns:
- When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
name
public final String name()
The name of the pipe.
- Returns:
- The name of the pipe.
-
toBuilder
public StartPipeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartPipeResponse.Builder,StartPipeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StartPipeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartPipeResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-