@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIngressPointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetIngressPointResult() |
Modifier and Type | Method and Description |
---|---|
GetIngressPointResult |
clone() |
boolean |
equals(Object obj) |
String |
getARecord()
The DNS A Record that identifies your ingress endpoint.
|
Date |
getCreatedTimestamp()
The timestamp of when the ingress endpoint was created.
|
String |
getIngressPointArn()
The Amazon Resource Name (ARN) of the ingress endpoint resource.
|
IngressPointAuthConfiguration |
getIngressPointAuthConfiguration()
The authentication configuration of the ingress endpoint resource.
|
String |
getIngressPointId()
The identifier of an ingress endpoint resource.
|
String |
getIngressPointName()
A user friendly name for the ingress endpoint.
|
Date |
getLastUpdatedTimestamp()
The timestamp of when the ingress endpoint was last updated.
|
String |
getRuleSetId()
The identifier of a rule set resource associated with the ingress endpoint.
|
String |
getStatus()
The status of the ingress endpoint resource.
|
String |
getTrafficPolicyId()
The identifier of the traffic policy resource associated with the ingress endpoint.
|
String |
getType()
The type of ingress endpoint.
|
int |
hashCode() |
void |
setARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp of when the ingress endpoint was created.
|
void |
setIngressPointArn(String ingressPointArn)
The Amazon Resource Name (ARN) of the ingress endpoint resource.
|
void |
setIngressPointAuthConfiguration(IngressPointAuthConfiguration ingressPointAuthConfiguration)
The authentication configuration of the ingress endpoint resource.
|
void |
setIngressPointId(String ingressPointId)
The identifier of an ingress endpoint resource.
|
void |
setIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint.
|
void |
setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the ingress endpoint was last updated.
|
void |
setRuleSetId(String ruleSetId)
The identifier of a rule set resource associated with the ingress endpoint.
|
void |
setStatus(String status)
The status of the ingress endpoint resource.
|
void |
setTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource associated with the ingress endpoint.
|
void |
setType(String type)
The type of ingress endpoint.
|
String |
toString()
Returns a string representation of this object.
|
GetIngressPointResult |
withARecord(String aRecord)
The DNS A Record that identifies your ingress endpoint.
|
GetIngressPointResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the ingress endpoint was created.
|
GetIngressPointResult |
withIngressPointArn(String ingressPointArn)
The Amazon Resource Name (ARN) of the ingress endpoint resource.
|
GetIngressPointResult |
withIngressPointAuthConfiguration(IngressPointAuthConfiguration ingressPointAuthConfiguration)
The authentication configuration of the ingress endpoint resource.
|
GetIngressPointResult |
withIngressPointId(String ingressPointId)
The identifier of an ingress endpoint resource.
|
GetIngressPointResult |
withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint.
|
GetIngressPointResult |
withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the ingress endpoint was last updated.
|
GetIngressPointResult |
withRuleSetId(String ruleSetId)
The identifier of a rule set resource associated with the ingress endpoint.
|
GetIngressPointResult |
withStatus(IngressPointStatus status)
The status of the ingress endpoint resource.
|
GetIngressPointResult |
withStatus(String status)
The status of the ingress endpoint resource.
|
GetIngressPointResult |
withTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource associated with the ingress endpoint.
|
GetIngressPointResult |
withType(IngressPointType type)
The type of ingress endpoint.
|
GetIngressPointResult |
withType(String type)
The type of ingress endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetIngressPointResult 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 setCreatedTimestamp(Date createdTimestamp)
The timestamp of when the ingress endpoint was created.
createdTimestamp
- The timestamp of when the ingress endpoint was created.public Date getCreatedTimestamp()
The timestamp of when the ingress endpoint was created.
public GetIngressPointResult withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the ingress endpoint was created.
createdTimestamp
- The timestamp of when the ingress endpoint was created.public void setIngressPointArn(String ingressPointArn)
The Amazon Resource Name (ARN) of the ingress endpoint resource.
ingressPointArn
- The Amazon Resource Name (ARN) of the ingress endpoint resource.public String getIngressPointArn()
The Amazon Resource Name (ARN) of the ingress endpoint resource.
public GetIngressPointResult withIngressPointArn(String ingressPointArn)
The Amazon Resource Name (ARN) of the ingress endpoint resource.
ingressPointArn
- The Amazon Resource Name (ARN) of the ingress endpoint resource.public void setIngressPointAuthConfiguration(IngressPointAuthConfiguration ingressPointAuthConfiguration)
The authentication configuration of the ingress endpoint resource.
ingressPointAuthConfiguration
- The authentication configuration of the ingress endpoint resource.public IngressPointAuthConfiguration getIngressPointAuthConfiguration()
The authentication configuration of the ingress endpoint resource.
public GetIngressPointResult withIngressPointAuthConfiguration(IngressPointAuthConfiguration ingressPointAuthConfiguration)
The authentication configuration of the ingress endpoint resource.
ingressPointAuthConfiguration
- The authentication configuration of the ingress endpoint resource.public void setIngressPointId(String ingressPointId)
The identifier of an ingress endpoint resource.
ingressPointId
- The identifier of an ingress endpoint resource.public String getIngressPointId()
The identifier of an ingress endpoint resource.
public GetIngressPointResult withIngressPointId(String ingressPointId)
The identifier of an ingress endpoint resource.
ingressPointId
- The identifier of an ingress endpoint resource.public void setIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint.
ingressPointName
- A user friendly name for the ingress endpoint.public String getIngressPointName()
A user friendly name for the ingress endpoint.
public GetIngressPointResult withIngressPointName(String ingressPointName)
A user friendly name for the ingress endpoint.
ingressPointName
- A user friendly name for the ingress endpoint.public void setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the ingress endpoint was last updated.
lastUpdatedTimestamp
- The timestamp of when the ingress endpoint was last updated.public Date getLastUpdatedTimestamp()
The timestamp of when the ingress endpoint was last updated.
public GetIngressPointResult withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the ingress endpoint was last updated.
lastUpdatedTimestamp
- The timestamp of when the ingress endpoint was last updated.public void setRuleSetId(String ruleSetId)
The identifier of a rule set resource associated with the ingress endpoint.
ruleSetId
- The identifier of a rule set resource associated with the ingress endpoint.public String getRuleSetId()
The identifier of a rule set resource associated with the ingress endpoint.
public GetIngressPointResult withRuleSetId(String ruleSetId)
The identifier of a rule set resource associated with the ingress endpoint.
ruleSetId
- The identifier of a rule set resource associated with the ingress endpoint.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 GetIngressPointResult withStatus(String status)
The status of the ingress endpoint resource.
status
- The status of the ingress endpoint resource.IngressPointStatus
public GetIngressPointResult withStatus(IngressPointStatus status)
The status of the ingress endpoint resource.
status
- The status of the ingress endpoint resource.IngressPointStatus
public void setTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource associated with the ingress endpoint.
trafficPolicyId
- The identifier of the traffic policy resource associated with the ingress endpoint.public String getTrafficPolicyId()
The identifier of the traffic policy resource associated with the ingress endpoint.
public GetIngressPointResult withTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource associated with the ingress endpoint.
trafficPolicyId
- The identifier of the traffic policy resource associated with the ingress endpoint.public void setType(String type)
The type of ingress endpoint.
type
- The type of ingress endpoint.IngressPointType
public String getType()
The type of ingress endpoint.
IngressPointType
public GetIngressPointResult withType(String type)
The type of ingress endpoint.
type
- The type of ingress endpoint.IngressPointType
public GetIngressPointResult withType(IngressPointType type)
The type of ingress endpoint.
type
- The type of ingress endpoint.IngressPointType
public String toString()
toString
in class Object
Object.toString()
public GetIngressPointResult clone()