@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTLSInspectionConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTLSInspectionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTLSInspectionConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTLSInspectionConfigurationArn()
The Amazon Resource Name (ARN) of the TLS inspection configuration.
|
String |
getTLSInspectionConfigurationName()
The descriptive name of the TLS inspection configuration.
|
int |
hashCode() |
void |
setTLSInspectionConfigurationArn(String tLSInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
|
void |
setTLSInspectionConfigurationName(String tLSInspectionConfigurationName)
The descriptive name of the TLS inspection configuration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTLSInspectionConfigurationRequest |
withTLSInspectionConfigurationArn(String tLSInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
|
DescribeTLSInspectionConfigurationRequest |
withTLSInspectionConfigurationName(String tLSInspectionConfigurationName)
The descriptive name of the TLS inspection configuration.
|
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 DescribeTLSInspectionConfigurationRequest()
public void setTLSInspectionConfigurationArn(String tLSInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
tLSInspectionConfigurationArn
- The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
public String getTLSInspectionConfigurationArn()
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public DescribeTLSInspectionConfigurationRequest withTLSInspectionConfigurationArn(String tLSInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
tLSInspectionConfigurationArn
- The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
public void setTLSInspectionConfigurationName(String tLSInspectionConfigurationName)
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
tLSInspectionConfigurationName
- The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection
configuration after you create it.
You must specify the ARN or the name, and you can specify both.
public String getTLSInspectionConfigurationName()
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public DescribeTLSInspectionConfigurationRequest withTLSInspectionConfigurationName(String tLSInspectionConfigurationName)
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
tLSInspectionConfigurationName
- The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection
configuration after you create it.
You must specify the ARN or the name, and you can specify both.
public String toString()
toString
in class Object
Object.toString()
public DescribeTLSInspectionConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()