Class SyncResourceResponse

    • Method Detail

      • applicationArn

        public final String applicationArn()

        The Amazon resource name (ARN) that specifies the application.

        Returns:
        The Amazon resource name (ARN) that specifies the application.
      • resourceArn

        public final String resourceArn()

        The Amazon resource name (ARN) that specifies the resource.

        Returns:
        The Amazon resource name (ARN) that specifies the resource.
      • actionTaken

        public final SyncAction actionTaken()

        The results of the output if an application is associated with an ARN value, which could be syncStarted or None.

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

        Returns:
        The results of the output if an application is associated with an ARN value, which could be syncStarted or None.
        See Also:
        SyncAction
      • actionTakenAsString

        public final String actionTakenAsString()

        The results of the output if an application is associated with an ARN value, which could be syncStarted or None.

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

        Returns:
        The results of the output if an application is associated with an ARN value, which could be syncStarted or None.
        See Also:
        SyncAction
      • 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