@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ClientPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.