@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetConfigResult() |
| Modifier and Type | Method and 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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConfigType(String configType)
The type of credentials.
configType - The type of credentials.public String getConfigType()
The type of credentials.
public GetConfigResult withConfigType(String configType)
The type of credentials.
configType - The type of credentials.public void setConfigFile(String configFile)
The chrystoki.conf configuration file.
configFile - The chrystoki.conf configuration file.public String getConfigFile()
The chrystoki.conf configuration file.
public GetConfigResult withConfigFile(String configFile)
The chrystoki.conf configuration file.
configFile - The chrystoki.conf configuration file.public void setConfigCred(String configCred)
The certificate file containing the server.pem files of the HSMs.
configCred - The certificate file containing the server.pem files of the HSMs.public String getConfigCred()
The certificate file containing the server.pem files of the HSMs.
public GetConfigResult withConfigCred(String configCred)
The certificate file containing the server.pem files of the HSMs.
configCred - The certificate file containing the server.pem files of the HSMs.public String toString()
toString in class ObjectObject.toString()public GetConfigResult clone()