Class ProductionBranch
- java.lang.Object
-
- software.amazon.awssdk.services.amplify.model.ProductionBranch
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProductionBranch.Builder,ProductionBranch>
@Generated("software.amazon.awssdk:codegen") public final class ProductionBranch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProductionBranch.Builder,ProductionBranch>
Describes the information about a production branch for an Amplify app.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProductionBranch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbranchName()The branch name for the production branch.static ProductionBranch.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastDeployTime()The last deploy time of the production branch.List<SdkField<?>>sdkFields()static Class<? extends ProductionBranch.Builder>serializableBuilderClass()Stringstatus()The status of the production branch.StringthumbnailUrl()The thumbnail URL for the production branch.ProductionBranch.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
lastDeployTime
public final Instant lastDeployTime()
The last deploy time of the production branch.
- Returns:
- The last deploy time of the production branch.
-
status
public final String status()
The status of the production branch.
- Returns:
- The status of the production branch.
-
thumbnailUrl
public final String thumbnailUrl()
The thumbnail URL for the production branch.
- Returns:
- The thumbnail URL for the production branch.
-
branchName
public final String branchName()
The branch name for the production branch.
- Returns:
- The branch name for the production branch.
-
toBuilder
public ProductionBranch.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProductionBranch.Builder,ProductionBranch>
-
builder
public static ProductionBranch.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProductionBranch.Builder> serializableBuilderClass()
-
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.
-
-