@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information for an endpoint.
Constructor and Description |
---|
EndpointSummary() |
Modifier and Type | Method and Description |
---|---|
EndpointSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that shows when the endpoint was created.
|
String |
getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint.
|
String |
getEndpointName()
The name of the endpoint.
|
String |
getEndpointStatus()
The status of the endpoint.
|
Date |
getLastModifiedTime()
A timestamp that shows when the endpoint was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
void |
setEndpointName(String endpointName)
The name of the endpoint.
|
void |
setEndpointStatus(String endpointStatus)
The status of the endpoint.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
String |
toString()
Returns a string representation of this object.
|
EndpointSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
|
EndpointSummary |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
EndpointSummary |
withEndpointName(String endpointName)
The name of the endpoint.
|
EndpointSummary |
withEndpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
EndpointSummary |
withEndpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointSummary |
withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
public void setEndpointName(String endpointName)
The name of the endpoint.
endpointName
- The name of the endpoint.public String getEndpointName()
The name of the endpoint.
public EndpointSummary withEndpointName(String endpointName)
The name of the endpoint.
endpointName
- The name of the endpoint.public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.public String getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint.
public EndpointSummary withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.public void setCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
creationTime
- A timestamp that shows when the endpoint was created.public Date getCreationTime()
A timestamp that shows when the endpoint was created.
public EndpointSummary withCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
creationTime
- A timestamp that shows when the endpoint was created.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
lastModifiedTime
- A timestamp that shows when the endpoint was last modified.public Date getLastModifiedTime()
A timestamp that shows when the endpoint was last modified.
public EndpointSummary withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
lastModifiedTime
- A timestamp that shows when the endpoint was last modified.public void setEndpointStatus(String endpointStatus)
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled
until it has completed. This maintenance operation does not change any customer-specified values such as VPC
config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the process
of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling enabled
and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call
or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only
operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
endpointStatus
- The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or
re-scaled until it has completed. This maintenance operation does not change any customer-specified values
such as VPC config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the
process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling
enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is
the only operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
EndpointStatus
public String getEndpointStatus()
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled
until it has completed. This maintenance operation does not change any customer-specified values such as VPC
config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the process
of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling enabled
and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call
or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only
operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or
re-scaled until it has completed. This maintenance operation does not change any customer-specified
values such as VPC config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the
process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to
an InService
status. This transitional status only applies to an endpoint that has
autoscaling enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is
the only operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
EndpointStatus
public EndpointSummary withEndpointStatus(String endpointStatus)
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled
until it has completed. This maintenance operation does not change any customer-specified values such as VPC
config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the process
of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling enabled
and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call
or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only
operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
endpointStatus
- The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or
re-scaled until it has completed. This maintenance operation does not change any customer-specified values
such as VPC config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the
process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling
enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is
the only operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
EndpointStatus
public EndpointSummary withEndpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled
until it has completed. This maintenance operation does not change any customer-specified values such as VPC
config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the process
of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling enabled
and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call
or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only
operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
endpointStatus
- The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
SystemUpdating
: Endpoint is undergoing maintenance and cannot be updated or deleted or
re-scaled until it has completed. This maintenance operation does not change any customer-specified values
such as VPC config, KMS encryption, model, instance type, or instance count.
RollingBack
: Endpoint fails to scale up or down or change its variant weight and is in the
process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an
InService
status. This transitional status only applies to an endpoint that has autoscaling
enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is
the only operation that can be performed on a failed endpoint.
To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.
EndpointStatus
public String toString()
toString
in class Object
Object.toString()
public EndpointSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.