@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 Object
Object.toString()
public AwsCloudFrontDistributionOriginGroupFailover clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.