@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCloudFrontDistributionOriginGroupFailover extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about when an origin group fails over.
| Constructor and Description |
|---|
AwsCloudFrontDistributionOriginGroupFailover() |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionOriginGroupFailover |
clone() |
boolean |
equals(Object obj) |
AwsCloudFrontDistributionOriginGroupFailoverStatusCodes |
getStatusCodes()
Information about the status codes that cause an origin group to fail over.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatusCodes(AwsCloudFrontDistributionOriginGroupFailoverStatusCodes statusCodes)
Information about the status codes that cause an origin group to fail over.
|
String |
toString()
Returns a string representation of this object.
|
AwsCloudFrontDistributionOriginGroupFailover |
withStatusCodes(AwsCloudFrontDistributionOriginGroupFailoverStatusCodes statusCodes)
Information about the status codes that cause an origin group to fail over.
|
public AwsCloudFrontDistributionOriginGroupFailover()
public void setStatusCodes(AwsCloudFrontDistributionOriginGroupFailoverStatusCodes statusCodes)
Information about the status codes that cause an origin group to fail over.
statusCodes - Information about the status codes that cause an origin group to fail over.public AwsCloudFrontDistributionOriginGroupFailoverStatusCodes getStatusCodes()
Information about the status codes that cause an origin group to fail over.
public AwsCloudFrontDistributionOriginGroupFailover withStatusCodes(AwsCloudFrontDistributionOriginGroupFailoverStatusCodes statusCodes)
Information about the status codes that cause an origin group to fail over.
statusCodes - Information about the status codes that cause an origin group to fail over.public String toString()
toString in class ObjectObject.toString()public AwsCloudFrontDistributionOriginGroupFailover clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.