@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsGroundStationAgentEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Information about AwsGroundStationAgentEndpoint.
| Constructor and Description |
|---|
AwsGroundStationAgentEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
AwsGroundStationAgentEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getAgentStatus()
The status of AgentEndpoint.
|
String |
getAuditResults()
The results of the audit.
|
ConnectionDetails |
getEgressAddress()
The egress address of AgentEndpoint.
|
RangedConnectionDetails |
getIngressAddress()
The ingress address of AgentEndpoint.
|
String |
getName()
Name string associated with AgentEndpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAgentStatus(String agentStatus)
The status of AgentEndpoint.
|
void |
setAuditResults(String auditResults)
The results of the audit.
|
void |
setEgressAddress(ConnectionDetails egressAddress)
The egress address of AgentEndpoint.
|
void |
setIngressAddress(RangedConnectionDetails ingressAddress)
The ingress address of AgentEndpoint.
|
void |
setName(String name)
Name string associated with AgentEndpoint.
|
String |
toString()
Returns a string representation of this object.
|
AwsGroundStationAgentEndpoint |
withAgentStatus(AgentStatus agentStatus)
The status of AgentEndpoint.
|
AwsGroundStationAgentEndpoint |
withAgentStatus(String agentStatus)
The status of AgentEndpoint.
|
AwsGroundStationAgentEndpoint |
withAuditResults(AuditResults auditResults)
The results of the audit.
|
AwsGroundStationAgentEndpoint |
withAuditResults(String auditResults)
The results of the audit.
|
AwsGroundStationAgentEndpoint |
withEgressAddress(ConnectionDetails egressAddress)
The egress address of AgentEndpoint.
|
AwsGroundStationAgentEndpoint |
withIngressAddress(RangedConnectionDetails ingressAddress)
The ingress address of AgentEndpoint.
|
AwsGroundStationAgentEndpoint |
withName(String name)
Name string associated with AgentEndpoint.
|
public void setAgentStatus(String agentStatus)
The status of AgentEndpoint.
agentStatus - The status of AgentEndpoint.AgentStatuspublic String getAgentStatus()
The status of AgentEndpoint.
AgentStatuspublic AwsGroundStationAgentEndpoint withAgentStatus(String agentStatus)
The status of AgentEndpoint.
agentStatus - The status of AgentEndpoint.AgentStatuspublic AwsGroundStationAgentEndpoint withAgentStatus(AgentStatus agentStatus)
The status of AgentEndpoint.
agentStatus - The status of AgentEndpoint.AgentStatuspublic void setAuditResults(String auditResults)
The results of the audit.
auditResults - The results of the audit.AuditResultspublic String getAuditResults()
The results of the audit.
AuditResultspublic AwsGroundStationAgentEndpoint withAuditResults(String auditResults)
The results of the audit.
auditResults - The results of the audit.AuditResultspublic AwsGroundStationAgentEndpoint withAuditResults(AuditResults auditResults)
The results of the audit.
auditResults - The results of the audit.AuditResultspublic void setEgressAddress(ConnectionDetails egressAddress)
The egress address of AgentEndpoint.
egressAddress - The egress address of AgentEndpoint.public ConnectionDetails getEgressAddress()
The egress address of AgentEndpoint.
public AwsGroundStationAgentEndpoint withEgressAddress(ConnectionDetails egressAddress)
The egress address of AgentEndpoint.
egressAddress - The egress address of AgentEndpoint.public void setIngressAddress(RangedConnectionDetails ingressAddress)
The ingress address of AgentEndpoint.
ingressAddress - The ingress address of AgentEndpoint.public RangedConnectionDetails getIngressAddress()
The ingress address of AgentEndpoint.
public AwsGroundStationAgentEndpoint withIngressAddress(RangedConnectionDetails ingressAddress)
The ingress address of AgentEndpoint.
ingressAddress - The ingress address of AgentEndpoint.public void setName(String name)
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
name - Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.public String getName()
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
public AwsGroundStationAgentEndpoint withName(String name)
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
name - Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.public String toString()
toString in class ObjectObject.toString()public AwsGroundStationAgentEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.