Class DeleteFlowAliasResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse
-
- software.amazon.awssdk.services.bedrockagent.model.DeleteFlowAliasResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteFlowAliasResponse.Builder,DeleteFlowAliasResponse>
@Generated("software.amazon.awssdk:codegen") public final class DeleteFlowAliasResponse extends BedrockAgentResponse implements ToCopyableBuilder<DeleteFlowAliasResponse.Builder,DeleteFlowAliasResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteFlowAliasResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteFlowAliasResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowId()The unique identifier of the flow that the alias belongs to.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the flow.List<SdkField<?>>sdkFields()static Class<? extends DeleteFlowAliasResponse.Builder>serializableBuilderClass()DeleteFlowAliasResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse
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
-
flowId
public final String flowId()
The unique identifier of the flow that the alias belongs to.
- Returns:
- The unique identifier of the flow that the alias belongs to.
-
id
public final String id()
The unique identifier of the flow.
- Returns:
- The unique identifier of the flow.
-
toBuilder
public DeleteFlowAliasResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteFlowAliasResponse.Builder,DeleteFlowAliasResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DeleteFlowAliasResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteFlowAliasResponse.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
-
-