@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubjectAlternativeNames extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the subject alternative names secured by the certificate.
| Constructor and Description |
|---|
SubjectAlternativeNames() |
| Modifier and Type | Method and Description |
|---|---|
SubjectAlternativeNames |
clone() |
boolean |
equals(Object obj) |
SubjectAlternativeNameMatchers |
getMatch()
An object that represents the criteria for determining a SANs match.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMatch(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
|
String |
toString()
Returns a string representation of this object.
|
SubjectAlternativeNames |
withMatch(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
|
public void setMatch(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
match - An object that represents the criteria for determining a SANs match.public SubjectAlternativeNameMatchers getMatch()
An object that represents the criteria for determining a SANs match.
public SubjectAlternativeNames withMatch(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
match - An object that represents the criteria for determining a SANs match.public String toString()
toString in class ObjectObject.toString()public SubjectAlternativeNames clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.