Class GetConfigResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.GetConfigResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The certificate file containing the server.pem files of the HSMs.The chrystoki.conf configuration file.The type of credentials.int
hashCode()
void
setConfigCred
(String configCred) The certificate file containing the server.pem files of the HSMs.void
setConfigFile
(String configFile) The chrystoki.conf configuration file.void
setConfigType
(String configType) The type of credentials.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigCred
(String configCred) The certificate file containing the server.pem files of the HSMs.withConfigFile
(String configFile) The chrystoki.conf configuration file.withConfigType
(String configType) The type of credentials.
-
Constructor Details
-
GetConfigResult
public GetConfigResult()
-
-
Method Details
-
setConfigType
The type of credentials.
- Parameters:
configType
- The type of credentials.
-
getConfigType
The type of credentials.
- Returns:
- The type of credentials.
-
withConfigType
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
The chrystoki.conf configuration file.
- Parameters:
configFile
- The chrystoki.conf configuration file.
-
getConfigFile
The chrystoki.conf configuration file.
- Returns:
- The chrystoki.conf configuration file.
-
withConfigFile
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
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
The certificate file containing the server.pem files of the HSMs.
- Returns:
- The certificate file containing the server.pem files of the HSMs.
-
withConfigCred
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-