@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessDescription extends Object implements Serializable, Cloneable, StructuredPojo
 Provides access information used by the authorityInfoAccess and subjectInfoAccess
 extensions described in RFC 5280.
 
| Constructor and Description | 
|---|
| AccessDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessDescription | clone() | 
| boolean | equals(Object obj) | 
| GeneralName | getAccessLocation()
 The location of  AccessDescriptioninformation. | 
| AccessMethod | getAccessMethod()
 The type and format of  AccessDescriptioninformation. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAccessLocation(GeneralName accessLocation)
 The location of  AccessDescriptioninformation. | 
| void | setAccessMethod(AccessMethod accessMethod)
 The type and format of  AccessDescriptioninformation. | 
| String | toString()Returns a string representation of this object. | 
| AccessDescription | withAccessLocation(GeneralName accessLocation)
 The location of  AccessDescriptioninformation. | 
| AccessDescription | withAccessMethod(AccessMethod accessMethod)
 The type and format of  AccessDescriptioninformation. | 
public void setAccessMethod(AccessMethod accessMethod)
 The type and format of AccessDescription information.
 
accessMethod - The type and format of AccessDescription information.public AccessMethod getAccessMethod()
 The type and format of AccessDescription information.
 
AccessDescription information.public AccessDescription withAccessMethod(AccessMethod accessMethod)
 The type and format of AccessDescription information.
 
accessMethod - The type and format of AccessDescription information.public void setAccessLocation(GeneralName accessLocation)
 The location of AccessDescription information.
 
accessLocation - The location of AccessDescription information.public GeneralName getAccessLocation()
 The location of AccessDescription information.
 
AccessDescription information.public AccessDescription withAccessLocation(GeneralName accessLocation)
 The location of AccessDescription information.
 
accessLocation - The location of AccessDescription information.public String toString()
toString in class ObjectObject.toString()public AccessDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.