@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientPolicy extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a client policy.
| Constructor and Description |
|---|
ClientPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ClientPolicy |
clone() |
boolean |
equals(Object obj) |
ClientPolicyTls |
getTls()
A reference to an object that represents a Transport Layer Security (TLS) client policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTls(ClientPolicyTls tls)
A reference to an object that represents a Transport Layer Security (TLS) client policy.
|
String |
toString()
Returns a string representation of this object.
|
ClientPolicy |
withTls(ClientPolicyTls tls)
A reference to an object that represents a Transport Layer Security (TLS) client policy.
|
public void setTls(ClientPolicyTls tls)
A reference to an object that represents a Transport Layer Security (TLS) client policy.
tls - A reference to an object that represents a Transport Layer Security (TLS) client policy.public ClientPolicyTls getTls()
A reference to an object that represents a Transport Layer Security (TLS) client policy.
public ClientPolicy withTls(ClientPolicyTls tls)
A reference to an object that represents a Transport Layer Security (TLS) client policy.
tls - A reference to an object that represents a Transport Layer Security (TLS) client policy.public String toString()
toString in class ObjectObject.toString()public ClientPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.