Class BackendEnvironment

    • Method Detail

      • backendEnvironmentArn

        public final String backendEnvironmentArn()

        The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

        Returns:
        The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
      • environmentName

        public final String environmentName()

        The name for a backend environment that is part of an Amplify app.

        Returns:
        The name for a backend environment that is part of an Amplify app.
      • stackName

        public final String stackName()

        The AWS CloudFormation stack name of a backend environment.

        Returns:
        The AWS CloudFormation stack name of a backend environment.
      • deploymentArtifacts

        public final String deploymentArtifacts()

        The name of deployment artifacts.

        Returns:
        The name of deployment artifacts.
      • createTime

        public final Instant createTime()

        The creation date and time for a backend environment that is part of an Amplify app.

        Returns:
        The creation date and time for a backend environment that is part of an Amplify app.
      • updateTime

        public final Instant updateTime()

        The last updated date and time for a backend environment that is part of an Amplify app.

        Returns:
        The last updated date and time for a backend environment that is part of an Amplify app.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)