@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpgradePolicyResponse extends Object implements Serializable, Cloneable, StructuredPojo
This value indicates if extended support is enabled or disabled for the cluster.
Learn more about EKS Extended Support in the EKS User Guide.
Constructor and Description |
---|
UpgradePolicyResponse() |
Modifier and Type | Method and Description |
---|---|
UpgradePolicyResponse |
clone() |
boolean |
equals(Object obj) |
String |
getSupportType()
If the cluster is set to
EXTENDED , it will enter extended support at the end of standard support. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSupportType(String supportType)
If the cluster is set to
EXTENDED , it will enter extended support at the end of standard support. |
String |
toString()
Returns a string representation of this object.
|
UpgradePolicyResponse |
withSupportType(String supportType)
If the cluster is set to
EXTENDED , it will enter extended support at the end of standard support. |
UpgradePolicyResponse |
withSupportType(SupportType supportType)
If the cluster is set to
EXTENDED , it will enter extended support at the end of standard support. |
public void setSupportType(String supportType)
If the cluster is set to EXTENDED
, it will enter extended support at the end of standard support. If
the cluster is set to STANDARD
, it will be automatically upgraded at the end of standard support.
Learn more about EKS Extended Support in the EKS User Guide.
supportType
- If the cluster is set to EXTENDED
, it will enter extended support at the end of standard
support. If the cluster is set to STANDARD
, it will be automatically upgraded at the end of
standard support.
Learn more about EKS Extended Support in the EKS User Guide.
SupportType
public String getSupportType()
If the cluster is set to EXTENDED
, it will enter extended support at the end of standard support. If
the cluster is set to STANDARD
, it will be automatically upgraded at the end of standard support.
Learn more about EKS Extended Support in the EKS User Guide.
EXTENDED
, it will enter extended support at the end of standard
support. If the cluster is set to STANDARD
, it will be automatically upgraded at the end of
standard support.
Learn more about EKS Extended Support in the EKS User Guide.
SupportType
public UpgradePolicyResponse withSupportType(String supportType)
If the cluster is set to EXTENDED
, it will enter extended support at the end of standard support. If
the cluster is set to STANDARD
, it will be automatically upgraded at the end of standard support.
Learn more about EKS Extended Support in the EKS User Guide.
supportType
- If the cluster is set to EXTENDED
, it will enter extended support at the end of standard
support. If the cluster is set to STANDARD
, it will be automatically upgraded at the end of
standard support.
Learn more about EKS Extended Support in the EKS User Guide.
SupportType
public UpgradePolicyResponse withSupportType(SupportType supportType)
If the cluster is set to EXTENDED
, it will enter extended support at the end of standard support. If
the cluster is set to STANDARD
, it will be automatically upgraded at the end of standard support.
Learn more about EKS Extended Support in the EKS User Guide.
supportType
- If the cluster is set to EXTENDED
, it will enter extended support at the end of standard
support. If the cluster is set to STANDARD
, it will be automatically upgraded at the end of
standard support.
Learn more about EKS Extended Support in the EKS User Guide.
SupportType
public String toString()
toString
in class Object
Object.toString()
public UpgradePolicyResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.