Class EnableRadiusRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directory.model.EnableRadiusRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class EnableRadiusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

Contains the inputs for the EnableRadius operation.

See Also:
  • Constructor Details

    • EnableRadiusRequest

      public EnableRadiusRequest()
  • Method Details

    • setDirectoryId

      public void setDirectoryId(String directoryId)

      The identifier of the directory for which to enable MFA.

      Parameters:
      directoryId - The identifier of the directory for which to enable MFA.
    • getDirectoryId

      public String getDirectoryId()

      The identifier of the directory for which to enable MFA.

      Returns:
      The identifier of the directory for which to enable MFA.
    • withDirectoryId

      public EnableRadiusRequest withDirectoryId(String directoryId)

      The identifier of the directory for which to enable MFA.

      Parameters:
      directoryId - The identifier of the directory for which to enable MFA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setRadiusSettings

      public void setRadiusSettings(RadiusSettings radiusSettings)

      A RadiusSettings object that contains information about the RADIUS server.

      Parameters:
      radiusSettings - A RadiusSettings object that contains information about the RADIUS server.
    • getRadiusSettings

      public RadiusSettings getRadiusSettings()

      A RadiusSettings object that contains information about the RADIUS server.

      Returns:
      A RadiusSettings object that contains information about the RADIUS server.
    • withRadiusSettings

      public EnableRadiusRequest withRadiusSettings(RadiusSettings radiusSettings)

      A RadiusSettings object that contains information about the RADIUS server.

      Parameters:
      radiusSettings - A RadiusSettings object that contains information about the RADIUS server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public EnableRadiusRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: