@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoverInstancesRevisionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DiscoverInstancesRevisionResult() |
Modifier and Type | Method and Description |
---|---|
DiscoverInstancesRevisionResult |
clone() |
boolean |
equals(Object obj) |
Long |
getInstancesRevision()
The increasing revision associated to the response Instances list.
|
int |
hashCode() |
void |
setInstancesRevision(Long instancesRevision)
The increasing revision associated to the response Instances list.
|
String |
toString()
Returns a string representation of this object.
|
DiscoverInstancesRevisionResult |
withInstancesRevision(Long instancesRevision)
The increasing revision associated to the response Instances list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstancesRevision(Long instancesRevision)
The increasing revision associated to the response Instances list. If a new instance is registered or
deregistered, the InstancesRevision
updates. The health status updates don't update
InstancesRevision
.
instancesRevision
- The increasing revision associated to the response Instances list. If a new instance is registered or
deregistered, the InstancesRevision
updates. The health status updates don't update
InstancesRevision
.public Long getInstancesRevision()
The increasing revision associated to the response Instances list. If a new instance is registered or
deregistered, the InstancesRevision
updates. The health status updates don't update
InstancesRevision
.
InstancesRevision
updates. The health status updates don't update
InstancesRevision
.public DiscoverInstancesRevisionResult withInstancesRevision(Long instancesRevision)
The increasing revision associated to the response Instances list. If a new instance is registered or
deregistered, the InstancesRevision
updates. The health status updates don't update
InstancesRevision
.
instancesRevision
- The increasing revision associated to the response Instances list. If a new instance is registered or
deregistered, the InstancesRevision
updates. The health status updates don't update
InstancesRevision
.public String toString()
toString
in class Object
Object.toString()
public DiscoverInstancesRevisionResult clone()