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 GetConfigResult
clone()
boolean
equals(Object obj)
String
getConfigCred()
The certificate file containing the server.pem files of the HSMs.String
getConfigFile()
The chrystoki.conf configuration file.String
getConfigType()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetConfigResult
withConfigCred(String configCred)
The certificate file containing the server.pem files of the HSMs.GetConfigResult
withConfigFile(String configFile)
The chrystoki.conf configuration file.GetConfigResult
withConfigType(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetConfigResult clone()
-
-