Class Resource

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the source resource.

        Example of ResourceArn: " arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321"

        Returns:
        The Amazon Resource Name (ARN) of the source resource.

        Example of ResourceArn: " arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321"

      • resourceType

        public final String resourceType()

        The resource type.

        Example of ResourceType: "AWS::SystemsManagerSAP::Component" or " AWS::EC2::Instance".

        Returns:
        The resource type.

        Example of ResourceType: "AWS::SystemsManagerSAP::Component" or " AWS::EC2::Instance".

      • 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)