Class BlueprintItem

    • Method Detail

      • blueprintArn

        public final String blueprintArn()
        Returns the value of the BlueprintArn property for this object.
        Returns:
        The value of the BlueprintArn property for this object.
      • blueprintVersion

        public final String blueprintVersion()
        Returns the value of the BlueprintVersion property for this object.
        Returns:
        The value of the BlueprintVersion property for this object.
      • blueprintStage

        public final BlueprintStage blueprintStage()
        Returns the value of the BlueprintStage property for this object.

        If the service returns an enum value that is not available in the current SDK version, blueprintStage will return BlueprintStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from blueprintStageAsString().

        Returns:
        The value of the BlueprintStage property for this object.
        See Also:
        BlueprintStage
      • blueprintStageAsString

        public final String blueprintStageAsString()
        Returns the value of the BlueprintStage property for this object.

        If the service returns an enum value that is not available in the current SDK version, blueprintStage will return BlueprintStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from blueprintStageAsString().

        Returns:
        The value of the BlueprintStage property for this object.
        See Also:
        BlueprintStage
      • 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)