@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TlsConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object that specifies the TLS configuration for a domain.
Constructor and Description |
---|
TlsConfig() |
Modifier and Type | Method and Description |
---|---|
TlsConfig |
clone() |
boolean |
equals(Object obj) |
String |
getSecurityPolicy()
The security policy for a domain configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityPolicy(String securityPolicy)
The security policy for a domain configuration.
|
String |
toString()
Returns a string representation of this object.
|
TlsConfig |
withSecurityPolicy(String securityPolicy)
The security policy for a domain configuration.
|
public void setSecurityPolicy(String securityPolicy)
The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.
securityPolicy
- The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.public String getSecurityPolicy()
The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.
public TlsConfig withSecurityPolicy(String securityPolicy)
The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.
securityPolicy
- The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.