@Generated(value="org.immutables.processor.ProxyProcessor") public final class RenameServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RenameServiceInstanceRequest.Builder
Builds instances of type
RenameServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RenameServiceInstanceRequest.Builder |
builder()
Creates a builder for
RenameServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RenameServiceInstanceRequest that have equal attribute values. |
String |
getName()
The name of the service instance
|
String |
getNewName()
The new name of the service instance
|
int |
hashCode()
Computes a hash code from attributes:
name, newName. |
String |
toString()
Prints the immutable value
RenameServiceInstanceRequest with attribute values. |
public String getName()
public String getNewName()
public boolean equals(Object another)
RenameServiceInstanceRequest that have equal attribute values.public int hashCode()
name, newName.public String toString()
RenameServiceInstanceRequest with attribute values.public static RenameServiceInstanceRequest.Builder builder()
RenameServiceInstanceRequest.
RenameServiceInstanceRequest.builder()
.name(String) // required name
.newName(String) // required newName
.build();
Copyright © 2019. All rights reserved.