@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectCustomKeyStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ConnectCustomKeyStoreRequest() |
Modifier and Type | Method and Description |
---|---|
ConnectCustomKeyStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCustomKeyStoreId()
Enter the key store ID of the custom key store that you want to connect.
|
int |
hashCode() |
void |
setCustomKeyStoreId(String customKeyStoreId)
Enter the key store ID of the custom key store that you want to connect.
|
String |
toString()
Returns a string representation of this object.
|
ConnectCustomKeyStoreRequest |
withCustomKeyStoreId(String customKeyStoreId)
Enter the key store ID of the custom key store that you want to connect.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCustomKeyStoreId(String customKeyStoreId)
Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId
- Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key
store, use the DescribeCustomKeyStores operation.public String getCustomKeyStoreId()
Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
public ConnectCustomKeyStoreRequest withCustomKeyStoreId(String customKeyStoreId)
Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId
- Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key
store, use the DescribeCustomKeyStores operation.public String toString()
toString
in class Object
Object.toString()
public ConnectCustomKeyStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()