Class RegisterCACertificateResult

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

public class RegisterCACertificateResult extends Object implements Serializable, Cloneable

The output from the RegisterCACertificateResponse operation.

See Also:
  • Constructor Details

    • RegisterCACertificateResult

      public RegisterCACertificateResult()
  • Method Details

    • setCertificateArn

      public void setCertificateArn(String certificateArn)

      The CA certificate ARN.

      Parameters:
      certificateArn - The CA certificate ARN.
    • getCertificateArn

      public String getCertificateArn()

      The CA certificate ARN.

      Returns:
      The CA certificate ARN.
    • withCertificateArn

      public RegisterCACertificateResult withCertificateArn(String certificateArn)

      The CA certificate ARN.

      Parameters:
      certificateArn - The CA certificate ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setCertificateId

      public void setCertificateId(String certificateId)

      The CA certificate identifier.

      Parameters:
      certificateId - The CA certificate identifier.
    • getCertificateId

      public String getCertificateId()

      The CA certificate identifier.

      Returns:
      The CA certificate identifier.
    • withCertificateId

      public RegisterCACertificateResult withCertificateId(String certificateId)

      The CA certificate identifier.

      Parameters:
      certificateId - The CA certificate identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      Overrides:
      clone in class Object