@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTLSInspectionConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteTLSInspectionConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTLSInspectionConfigurationResult |
clone() |
boolean |
equals(Object obj) |
TLSInspectionConfigurationResponse |
getTLSInspectionConfigurationResponse()
The high-level properties of a TLS inspection configuration.
|
int |
hashCode() |
void |
setTLSInspectionConfigurationResponse(TLSInspectionConfigurationResponse tLSInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTLSInspectionConfigurationResult |
withTLSInspectionConfigurationResponse(TLSInspectionConfigurationResponse tLSInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteTLSInspectionConfigurationResult()
public void setTLSInspectionConfigurationResponse(TLSInspectionConfigurationResponse tLSInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
tLSInspectionConfigurationResponse
- The high-level properties of a TLS inspection configuration. This, along with the
TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects
for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.public TLSInspectionConfigurationResponse getTLSInspectionConfigurationResponse()
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
public DeleteTLSInspectionConfigurationResult withTLSInspectionConfigurationResponse(TLSInspectionConfigurationResponse tLSInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
tLSInspectionConfigurationResponse
- The high-level properties of a TLS inspection configuration. This, along with the
TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects
for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.public String toString()
toString
in class Object
Object.toString()
public DeleteTLSInspectionConfigurationResult clone()