@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngressPoint extends Object implements Serializable, Cloneable, StructuredPojo
The structure of an ingress endpoint resource.
Constructor and Description |
---|
IngressPoint() |
Modifier and Type | Method and Description |
---|---|
IngressPoint |
clone() |
boolean |
equals(Object obj) |
String |
getARecord()
The DNS A Record that identifies your ingress endpoint.
|
String |
getIngressPointId()
The identifier of the ingress endpoint resource.
|
String |
getIngressPointName()
A user friendly name for the ingress endpoint resource.
|
String |
getStatus()
The status of the ingress endpoint resource.
|
String |
getType()
The type of ingress endpoint resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint.
|
void |
setIngressPointId(String ingressPointId)
The identifier of the ingress endpoint resource.
|
void |
setIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint resource.
|
void |
setStatus(String status)
The status of the ingress endpoint resource.
|
void |
setType(String type)
The type of ingress endpoint resource.
|
String |
toString()
Returns a string representation of this object.
|
IngressPoint |
withARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint.
|
IngressPoint |
withIngressPointId(String ingressPointId)
The identifier of the ingress endpoint resource.
|
IngressPoint |
withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint resource.
|
IngressPoint |
withStatus(IngressPointStatus status)
The status of the ingress endpoint resource.
|
IngressPoint |
withStatus(String status)
The status of the ingress endpoint resource.
|
IngressPoint |
withType(IngressPointType type)
The type of ingress endpoint resource.
|
IngressPoint |
withType(String type)
The type of ingress endpoint resource.
|
public void setARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
aRecord
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with
this value to route emails to Mail Manager.public String getARecord()
The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
public IngressPoint withARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
aRecord
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with
this value to route emails to Mail Manager.public void setIngressPointId(String ingressPointId)
The identifier of the ingress endpoint resource.
ingressPointId
- The identifier of the ingress endpoint resource.public String getIngressPointId()
The identifier of the ingress endpoint resource.
public IngressPoint withIngressPointId(String ingressPointId)
The identifier of the ingress endpoint resource.
ingressPointId
- The identifier of the ingress endpoint resource.public void setIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint resource.
ingressPointName
- A user friendly name for the ingress endpoint resource.public String getIngressPointName()
A user friendly name for the ingress endpoint resource.
public IngressPoint withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint resource.
ingressPointName
- A user friendly name for the ingress endpoint resource.public void setStatus(String status)
The status of the ingress endpoint resource.
status
- The status of the ingress endpoint resource.IngressPointStatus
public String getStatus()
The status of the ingress endpoint resource.
IngressPointStatus
public IngressPoint withStatus(String status)
The status of the ingress endpoint resource.
status
- The status of the ingress endpoint resource.IngressPointStatus
public IngressPoint withStatus(IngressPointStatus status)
The status of the ingress endpoint resource.
status
- The status of the ingress endpoint resource.IngressPointStatus
public void setType(String type)
The type of ingress endpoint resource.
type
- The type of ingress endpoint resource.IngressPointType
public String getType()
The type of ingress endpoint resource.
IngressPointType
public IngressPoint withType(String type)
The type of ingress endpoint resource.
type
- The type of ingress endpoint resource.IngressPointType
public IngressPoint withType(IngressPointType type)
The type of ingress endpoint resource.
type
- The type of ingress endpoint resource.IngressPointType
public String toString()
toString
in class Object
Object.toString()
public IngressPoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.