Class GetConfigResult

java.lang.Object
com.amazonaws.services.cloudhsm.model.GetConfigResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetConfigResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetConfigResult

      public GetConfigResult()
  • Method Details

    • setConfigType

      public void setConfigType(String configType)

      The type of credentials.

      Parameters:
      configType - The type of credentials.
    • getConfigType

      public String getConfigType()

      The type of credentials.

      Returns:
      The type of credentials.
    • withConfigType

      public GetConfigResult withConfigType(String configType)

      The type of credentials.

      Parameters:
      configType - The type of credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setConfigFile

      public void setConfigFile(String configFile)

      The chrystoki.conf configuration file.

      Parameters:
      configFile - The chrystoki.conf configuration file.
    • getConfigFile

      public String getConfigFile()

      The chrystoki.conf configuration file.

      Returns:
      The chrystoki.conf configuration file.
    • withConfigFile

      public GetConfigResult withConfigFile(String configFile)

      The chrystoki.conf configuration file.

      Parameters:
      configFile - The chrystoki.conf configuration file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setConfigCred

      public void setConfigCred(String configCred)

      The certificate file containing the server.pem files of the HSMs.

      Parameters:
      configCred - The certificate file containing the server.pem files of the HSMs.
    • getConfigCred

      public String getConfigCred()

      The certificate file containing the server.pem files of the HSMs.

      Returns:
      The certificate file containing the server.pem files of the HSMs.
    • withConfigCred

      public GetConfigResult withConfigCred(String configCred)

      The certificate file containing the server.pem files of the HSMs.

      Parameters:
      configCred - The certificate file containing the server.pem files of the HSMs.
      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

      public GetConfigResult clone()
      Overrides:
      clone in class Object