Class GetLoggingOptionsResult

java.lang.Object
com.amazonaws.services.iot.model.GetLoggingOptionsResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetLoggingOptionsResult extends Object implements Serializable, Cloneable

The output from the GetLoggingOptions operation.

See Also:
  • Constructor Details

    • GetLoggingOptionsResult

      public GetLoggingOptionsResult()
  • Method Details

    • setRoleArn

      public void setRoleArn(String roleArn)

      The ARN of the IAM role that grants access.

      Parameters:
      roleArn - The ARN of the IAM role that grants access.
    • getRoleArn

      public String getRoleArn()

      The ARN of the IAM role that grants access.

      Returns:
      The ARN of the IAM role that grants access.
    • withRoleArn

      public GetLoggingOptionsResult withRoleArn(String roleArn)

      The ARN of the IAM role that grants access.

      Parameters:
      roleArn - The ARN of the IAM role that grants access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLogLevel

      public void setLogLevel(String logLevel)

      The logging level.

      Parameters:
      logLevel - The logging level.
      See Also:
    • getLogLevel

      public String getLogLevel()

      The logging level.

      Returns:
      The logging level.
      See Also:
    • withLogLevel

      public GetLoggingOptionsResult withLogLevel(String logLevel)

      The logging level.

      Parameters:
      logLevel - The logging level.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setLogLevel

      public void setLogLevel(LogLevel logLevel)

      The logging level.

      Parameters:
      logLevel - The logging level.
      See Also:
    • withLogLevel

      public GetLoggingOptionsResult withLogLevel(LogLevel logLevel)

      The logging level.

      Parameters:
      logLevel - The logging level.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetLoggingOptionsResult clone()
      Overrides:
      clone in class Object