@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContainerServiceRegistryLoginResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateContainerServiceRegistryLoginResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerServiceRegistryLoginResult |
clone() |
boolean |
equals(Object obj) |
ContainerServiceRegistryLogin |
getRegistryLogin()
An object that describes the log in information for the container service registry of your Lightsail account.
|
int |
hashCode() |
void |
setRegistryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
|
String |
toString()
Returns a string representation of this object.
|
CreateContainerServiceRegistryLoginResult |
withRegistryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateContainerServiceRegistryLoginResult()
public void setRegistryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
registryLogin - An object that describes the log in information for the container service registry of your Lightsail
account.public ContainerServiceRegistryLogin getRegistryLogin()
An object that describes the log in information for the container service registry of your Lightsail account.
public CreateContainerServiceRegistryLoginResult withRegistryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
registryLogin - An object that describes the log in information for the container service registry of your Lightsail
account.public String toString()
toString in class ObjectObject.toString()public CreateContainerServiceRegistryLoginResult clone()