ToCopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
@Generated("software.amazon.awssdk:codegen") public class GetConfigResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetConfigResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetConfigResponse.Builder |
builder() |
|
String |
configCred() |
The certificate file containing the server.pem files of the HSMs.
|
String |
configFile() |
The chrystoki.conf configuration file.
|
String |
configType() |
The type of credentials.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetConfigResponse.Builder> |
serializableBuilderClass() |
|
GetConfigResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String configType()
The type of credentials.
public String configFile()
The chrystoki.conf configuration file.
public String configCred()
The certificate file containing the server.pem files of the HSMs.
public GetConfigResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
public static GetConfigResponse.Builder builder()
public static Class<? extends GetConfigResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.