@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the primary Amazon Web Services Region of the endpoint.
Constructor and Description |
---|
AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails |
clone() |
boolean |
equals(Object obj) |
String |
getHealthCheck()
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is
triggered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHealthCheck(String healthCheck)
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is
triggered.
|
String |
toString()
Returns a string representation of this object.
|
AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails |
withHealthCheck(String healthCheck)
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is
triggered.
|
public AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails()
public void setHealthCheck(String healthCheck)
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.
healthCheck
- The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is
triggered.public String getHealthCheck()
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.
public AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails withHealthCheck(String healthCheck)
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.
healthCheck
- The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is
triggered.public String toString()
toString
in class Object
Object.toString()
public AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.