@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxScalingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateKxScalingGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateKxScalingGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getAvailabilityZoneId()
 The identifier of the availability zones. 
 | 
Date | 
getCreatedTimestamp()
 The timestamp at which the scaling group was created in FinSpace. 
 | 
String | 
getEnvironmentId()
 A unique identifier for the kdb environment, where you create the scaling group. 
 | 
String | 
getHostType()
 The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. 
 | 
Date | 
getLastModifiedTimestamp()
 The last time that the scaling group was updated in FinSpace. 
 | 
String | 
getScalingGroupName()
 A unique identifier for the kdb scaling group. 
 | 
String | 
getStatus()
 The status of scaling group. 
 | 
int | 
hashCode()  | 
void | 
setAvailabilityZoneId(String availabilityZoneId)
 The identifier of the availability zones. 
 | 
void | 
setCreatedTimestamp(Date createdTimestamp)
 The timestamp at which the scaling group was created in FinSpace. 
 | 
void | 
setEnvironmentId(String environmentId)
 A unique identifier for the kdb environment, where you create the scaling group. 
 | 
void | 
setHostType(String hostType)
 The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. 
 | 
void | 
setLastModifiedTimestamp(Date lastModifiedTimestamp)
 The last time that the scaling group was updated in FinSpace. 
 | 
void | 
setScalingGroupName(String scalingGroupName)
 A unique identifier for the kdb scaling group. 
 | 
void | 
setStatus(String status)
 The status of scaling group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateKxScalingGroupResult | 
withAvailabilityZoneId(String availabilityZoneId)
 The identifier of the availability zones. 
 | 
CreateKxScalingGroupResult | 
withCreatedTimestamp(Date createdTimestamp)
 The timestamp at which the scaling group was created in FinSpace. 
 | 
CreateKxScalingGroupResult | 
withEnvironmentId(String environmentId)
 A unique identifier for the kdb environment, where you create the scaling group. 
 | 
CreateKxScalingGroupResult | 
withHostType(String hostType)
 The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. 
 | 
CreateKxScalingGroupResult | 
withLastModifiedTimestamp(Date lastModifiedTimestamp)
 The last time that the scaling group was updated in FinSpace. 
 | 
CreateKxScalingGroupResult | 
withScalingGroupName(String scalingGroupName)
 A unique identifier for the kdb scaling group. 
 | 
CreateKxScalingGroupResult | 
withStatus(KxScalingGroupStatus status)
 The status of scaling group. 
 | 
CreateKxScalingGroupResult | 
withStatus(String status)
 The status of scaling group. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you create the scaling group.
environmentId - A unique identifier for the kdb environment, where you create the scaling group.public String getEnvironmentId()
A unique identifier for the kdb environment, where you create the scaling group.
public CreateKxScalingGroupResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you create the scaling group.
environmentId - A unique identifier for the kdb environment, where you create the scaling group.public void setScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
scalingGroupName - A unique identifier for the kdb scaling group.public String getScalingGroupName()
A unique identifier for the kdb scaling group.
public CreateKxScalingGroupResult withScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
scalingGroupName - A unique identifier for the kdb scaling group.public void setHostType(String hostType)
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
hostType - The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be
        placed.public String getHostType()
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
public CreateKxScalingGroupResult withHostType(String hostType)
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
hostType - The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be
        placed.public void setAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
availabilityZoneId - The identifier of the availability zones.public String getAvailabilityZoneId()
The identifier of the availability zones.
public CreateKxScalingGroupResult withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
availabilityZoneId - The identifier of the availability zones.public void setStatus(String status)
The status of scaling group.
CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
status - The status of scaling group.
        CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
KxScalingGroupStatuspublic String getStatus()
The status of scaling group.
CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
KxScalingGroupStatuspublic CreateKxScalingGroupResult withStatus(String status)
The status of scaling group.
CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
status - The status of scaling group.
        CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
KxScalingGroupStatuspublic CreateKxScalingGroupResult withStatus(KxScalingGroupStatus status)
The status of scaling group.
CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
status - The status of scaling group.
        CREATING – The scaling group creation is in progress.
CREATE_FAILED – The scaling group creation has failed.
ACTIVE – The scaling group is active.
UPDATING – The scaling group is in the process of being updated.
UPDATE_FAILED – The update action failed.
DELETING – The scaling group is in the process of being deleted.
DELETE_FAILED – The system failed to delete the scaling group.
DELETED – The scaling group is successfully deleted.
KxScalingGroupStatuspublic void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp - The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in
        milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
        1635768000000.public Date getLastModifiedTimestamp()
The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public CreateKxScalingGroupResult withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp - The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in
        milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
        1635768000000.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp - The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in
        milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
        1635768000000.public Date getCreatedTimestamp()
The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public CreateKxScalingGroupResult withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp - The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in
        milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
        1635768000000.public String toString()
toString in class ObjectObject.toString()public CreateKxScalingGroupResult clone()