@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary description of the Amazon Web Services Private CA AD connectors belonging to an 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) that was returned when you called CreateConnector.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority being used.
|
String |
getCertificateEnrollmentPolicyServerEndpoint()
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
|
Date |
getCreatedAt()
The date and time that the connector was created.
|
String |
getDirectoryId()
The identifier of the Active Directory.
|
String |
getStatus()
Status of the connector.
|
String |
getStatusReason()
Additional information about the connector status if the status is failed.
|
Date |
getUpdatedAt()
The date and time that the connector was updated.
|
VpcInformation |
getVpcInformation()
Information of the VPC and security group(s) used with the connector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
|
void |
setCertificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
|
void |
setCreatedAt(Date createdAt)
The date and time that the connector was created.
|
void |
setDirectoryId(String directoryId)
The identifier of the Active Directory.
|
void |
setStatus(String status)
Status of the connector.
|
void |
setStatusReason(String statusReason)
Additional information about the connector status if the status is failed.
|
void |
setUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
|
void |
setVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorSummary |
withArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
ConnectorSummary |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
|
ConnectorSummary |
withCertificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
|
ConnectorSummary |
withCreatedAt(Date createdAt)
The date and time that the connector was created.
|
ConnectorSummary |
withDirectoryId(String directoryId)
The identifier of the Active Directory.
|
ConnectorSummary |
withStatus(ConnectorStatus status)
Status of the connector.
|
ConnectorSummary |
withStatus(String status)
Status of the connector.
|
ConnectorSummary |
withStatusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
|
ConnectorSummary |
withStatusReason(String statusReason)
Additional information about the connector status if the status is failed.
|
ConnectorSummary |
withUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
|
ConnectorSummary |
withVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
arn
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector.public String getArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
public ConnectorSummary withArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
arn
- The Amazon Resource Name (ARN) that was returned when you called CreateConnector.public void setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority being used.public String getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority being used.
public ConnectorSummary withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority being used.public void setCertificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
certificateEnrollmentPolicyServerEndpoint
- Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.public String getCertificateEnrollmentPolicyServerEndpoint()
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
public ConnectorSummary withCertificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
certificateEnrollmentPolicyServerEndpoint
- Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.public void setCreatedAt(Date createdAt)
The date and time that the connector was created.
createdAt
- The date and time that the connector was created.public Date getCreatedAt()
The date and time that the connector was created.
public ConnectorSummary withCreatedAt(Date createdAt)
The date and time that the connector was created.
createdAt
- The date and time that the connector was created.public void setDirectoryId(String directoryId)
The identifier of the Active Directory.
directoryId
- The identifier of the Active Directory.public String getDirectoryId()
The identifier of the Active Directory.
public ConnectorSummary withDirectoryId(String directoryId)
The identifier of the Active Directory.
directoryId
- The identifier of the Active Directory.public void setStatus(String status)
Status of the connector. Status can be creating, active, deleting, or failed.
status
- Status of the connector. Status can be creating, active, deleting, or failed.ConnectorStatus
public String getStatus()
Status of the connector. Status can be creating, active, deleting, or failed.
ConnectorStatus
public ConnectorSummary withStatus(String status)
Status of the connector. Status can be creating, active, deleting, or failed.
status
- Status of the connector. Status can be creating, active, deleting, or failed.ConnectorStatus
public ConnectorSummary withStatus(ConnectorStatus status)
Status of the connector. Status can be creating, active, deleting, or failed.
status
- Status of the connector. Status can be creating, active, deleting, or failed.ConnectorStatus
public void setStatusReason(String statusReason)
Additional information about the connector status if the status is failed.
statusReason
- Additional information about the connector status if the status is failed.ConnectorStatusReason
public String getStatusReason()
Additional information about the connector status if the status is failed.
ConnectorStatusReason
public ConnectorSummary withStatusReason(String statusReason)
Additional information about the connector status if the status is failed.
statusReason
- Additional information about the connector status if the status is failed.ConnectorStatusReason
public ConnectorSummary withStatusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
statusReason
- Additional information about the connector status if the status is failed.ConnectorStatusReason
public void setUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
updatedAt
- The date and time that the connector was updated.public Date getUpdatedAt()
The date and time that the connector was updated.
public ConnectorSummary withUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
updatedAt
- The date and time that the connector was updated.public void setVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
vpcInformation
- Information of the VPC and security group(s) used with the connector.public VpcInformation getVpcInformation()
Information of the VPC and security group(s) used with the connector.
public ConnectorSummary withVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
vpcInformation
- Information of the VPC and security group(s) used with the connector.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.