@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
AccessDescription information. |
AccessMethod |
getAccessMethod()
The type and format of
AccessDescription information. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessLocation(GeneralName accessLocation)
The location of
AccessDescription information. |
void |
setAccessMethod(AccessMethod accessMethod)
The type and format of
AccessDescription information. |
String |
toString()
Returns a string representation of this object.
|
AccessDescription |
withAccessLocation(GeneralName accessLocation)
The location of
AccessDescription information. |
AccessDescription |
withAccessMethod(AccessMethod accessMethod)
The type and format of
AccessDescription information. |
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 Object
Object.toString()
public AccessDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.