@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorSummary extends Object implements Serializable, Cloneable, StructuredPojo
Lists the Amazon Web Services Private CA SCEP connectors belonging to your Amazon Web Services account.
Constructor and Description |
---|
ConnectorSummary() |
Modifier and Type | Method and Description |
---|---|
ConnectorSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the connector.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
|
Date |
getCreatedAt()
The date and time that the challenge was created.
|
String |
getEndpoint()
The connector's HTTPS public SCEP URL.
|
MobileDeviceManagement |
getMobileDeviceManagement()
Contains settings relevant to the mobile device management system that you chose for the connector.
|
OpenIdConfiguration |
getOpenIdConfiguration()
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
|
String |
getStatus()
The connector's status.
|
String |
getStatusReason()
Information about why connector creation failed, if status is
FAILED . |
String |
getType()
The connector type.
|
Date |
getUpdatedAt()
The date and time that the challenge was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the connector.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
|
void |
setCreatedAt(Date createdAt)
The date and time that the challenge was created.
|
void |
setEndpoint(String endpoint)
The connector's HTTPS public SCEP URL.
|
void |
setMobileDeviceManagement(MobileDeviceManagement mobileDeviceManagement)
Contains settings relevant to the mobile device management system that you chose for the connector.
|
void |
setOpenIdConfiguration(OpenIdConfiguration openIdConfiguration)
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
|
void |
setStatus(String status)
The connector's status.
|
void |
setStatusReason(String statusReason)
Information about why connector creation failed, if status is
FAILED . |
void |
setType(String type)
The connector type.
|
void |
setUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the connector.
|
ConnectorSummary |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
|
ConnectorSummary |
withCreatedAt(Date createdAt)
The date and time that the challenge was created.
|
ConnectorSummary |
withEndpoint(String endpoint)
The connector's HTTPS public SCEP URL.
|
ConnectorSummary |
withMobileDeviceManagement(MobileDeviceManagement mobileDeviceManagement)
Contains settings relevant to the mobile device management system that you chose for the connector.
|
ConnectorSummary |
withOpenIdConfiguration(OpenIdConfiguration openIdConfiguration)
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
|
ConnectorSummary |
withStatus(ConnectorStatus status)
The connector's status.
|
ConnectorSummary |
withStatus(String status)
The connector's status.
|
ConnectorSummary |
withStatusReason(ConnectorStatusReason statusReason)
Information about why connector creation failed, if status is
FAILED . |
ConnectorSummary |
withStatusReason(String statusReason)
Information about why connector creation failed, if status is
FAILED . |
ConnectorSummary |
withType(ConnectorType type)
The connector type.
|
ConnectorSummary |
withType(String type)
The connector type.
|
ConnectorSummary |
withUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the connector.
arn
- The Amazon Resource Name (ARN) of the connector.public String getArn()
The Amazon Resource Name (ARN) of the connector.
public ConnectorSummary withArn(String arn)
The Amazon Resource Name (ARN) of the connector.
arn
- The Amazon Resource Name (ARN) of the connector.public void setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the connector's associated certificate authority.public String getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
public ConnectorSummary withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the connector's associated certificate authority.public void setType(String type)
The connector type.
type
- The connector type.ConnectorType
public String getType()
The connector type.
ConnectorType
public ConnectorSummary withType(String type)
The connector type.
type
- The connector type.ConnectorType
public ConnectorSummary withType(ConnectorType type)
The connector type.
type
- The connector type.ConnectorType
public void setMobileDeviceManagement(MobileDeviceManagement mobileDeviceManagement)
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't
configure MobileDeviceManagement
, then the connector is for general-purpose use and this object is
empty.
mobileDeviceManagement
- Contains settings relevant to the mobile device management system that you chose for the connector. If you
didn't configure MobileDeviceManagement
, then the connector is for general-purpose use and
this object is empty.public MobileDeviceManagement getMobileDeviceManagement()
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't
configure MobileDeviceManagement
, then the connector is for general-purpose use and this object is
empty.
MobileDeviceManagement
, then the connector is for general-purpose use
and this object is empty.public ConnectorSummary withMobileDeviceManagement(MobileDeviceManagement mobileDeviceManagement)
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't
configure MobileDeviceManagement
, then the connector is for general-purpose use and this object is
empty.
mobileDeviceManagement
- Contains settings relevant to the mobile device management system that you chose for the connector. If you
didn't configure MobileDeviceManagement
, then the connector is for general-purpose use and
this object is empty.public void setOpenIdConfiguration(OpenIdConfiguration openIdConfiguration)
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
openIdConfiguration
- Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.public OpenIdConfiguration getOpenIdConfiguration()
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
public ConnectorSummary withOpenIdConfiguration(OpenIdConfiguration openIdConfiguration)
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
openIdConfiguration
- Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.public void setStatus(String status)
The connector's status. Status can be creating, active, deleting, or failed.
status
- The connector's status. Status can be creating, active, deleting, or failed.ConnectorStatus
public String getStatus()
The connector's status. Status can be creating, active, deleting, or failed.
ConnectorStatus
public ConnectorSummary withStatus(String status)
The connector's status. Status can be creating, active, deleting, or failed.
status
- The connector's status. Status can be creating, active, deleting, or failed.ConnectorStatus
public ConnectorSummary withStatus(ConnectorStatus status)
The connector's status. Status can be creating, active, deleting, or failed.
status
- The connector's status. Status can be creating, active, deleting, or failed.ConnectorStatus
public void setStatusReason(String statusReason)
Information about why connector creation failed, if status is FAILED
.
statusReason
- Information about why connector creation failed, if status is FAILED
.ConnectorStatusReason
public String getStatusReason()
Information about why connector creation failed, if status is FAILED
.
FAILED
.ConnectorStatusReason
public ConnectorSummary withStatusReason(String statusReason)
Information about why connector creation failed, if status is FAILED
.
statusReason
- Information about why connector creation failed, if status is FAILED
.ConnectorStatusReason
public ConnectorSummary withStatusReason(ConnectorStatusReason statusReason)
Information about why connector creation failed, if status is FAILED
.
statusReason
- Information about why connector creation failed, if status is FAILED
.ConnectorStatusReason
public void setEndpoint(String endpoint)
The connector's HTTPS public SCEP URL.
endpoint
- The connector's HTTPS public SCEP URL.public String getEndpoint()
The connector's HTTPS public SCEP URL.
public ConnectorSummary withEndpoint(String endpoint)
The connector's HTTPS public SCEP URL.
endpoint
- The connector's HTTPS public SCEP URL.public void setCreatedAt(Date createdAt)
The date and time that the challenge was created.
createdAt
- The date and time that the challenge was created.public Date getCreatedAt()
The date and time that the challenge was created.
public ConnectorSummary withCreatedAt(Date createdAt)
The date and time that the challenge was created.
createdAt
- The date and time that the challenge was created.public void setUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
updatedAt
- The date and time that the challenge was updated.public Date getUpdatedAt()
The date and time that the challenge was updated.
public ConnectorSummary withUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
updatedAt
- The date and time that the challenge was updated.public String toString()
toString
in class Object
Object.toString()
public ConnectorSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.