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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetConfigResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetConfigResultclone()booleanequals(Object obj)StringgetConfigCred()The certificate file containing the server.pem files of the HSMs.StringgetConfigFile()The chrystoki.conf configuration file.StringgetConfigType()The type of credentials.inthashCode()voidsetConfigCred(String configCred)The certificate file containing the server.pem files of the HSMs.voidsetConfigFile(String configFile)The chrystoki.conf configuration file.voidsetConfigType(String configType)The type of credentials.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetConfigResultwithConfigCred(String configCred)The certificate file containing the server.pem files of the HSMs.GetConfigResultwithConfigFile(String configFile)The chrystoki.conf configuration file.GetConfigResultwithConfigType(String configType)The type of credentials.
-
-
-
Method Detail
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetConfigResult clone()
-
-