@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MobileDeviceManagement extends Object implements Serializable, Cloneable, StructuredPojo
If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. For information about considerations and limitations with using Connector for SCEP, see Considerations and Limitations.
If you provide an IntuneConfiguration
, Connector for SCEP creates a connector for use with Microsoft
Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see Using
Connector for SCEP for Microsoft Intune.
Constructor and Description |
---|
MobileDeviceManagement() |
Modifier and Type | Method and Description |
---|---|
MobileDeviceManagement |
clone() |
boolean |
equals(Object obj) |
IntuneConfiguration |
getIntune()
Configuration settings for use with Microsoft Intune.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntune(IntuneConfiguration intune)
Configuration settings for use with Microsoft Intune.
|
String |
toString()
Returns a string representation of this object.
|
MobileDeviceManagement |
withIntune(IntuneConfiguration intune)
Configuration settings for use with Microsoft Intune.
|
public void setIntune(IntuneConfiguration intune)
Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
intune
- Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for
Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.public IntuneConfiguration getIntune()
Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
public MobileDeviceManagement withIntune(IntuneConfiguration intune)
Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
intune
- Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for
Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.public String toString()
toString
in class Object
Object.toString()
public MobileDeviceManagement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.