public class CreateQuickConnectResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateQuickConnectResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getQuickConnectARN()
The Amazon Resource Name (ARN) for the quick connect.
|
java.lang.String |
getQuickConnectId()
The identifier for the quick connect.
|
int |
hashCode() |
void |
setQuickConnectARN(java.lang.String quickConnectARN)
The Amazon Resource Name (ARN) for the quick connect.
|
void |
setQuickConnectId(java.lang.String quickConnectId)
The identifier for the quick connect.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateQuickConnectResult |
withQuickConnectARN(java.lang.String quickConnectARN)
The Amazon Resource Name (ARN) for the quick connect.
|
CreateQuickConnectResult |
withQuickConnectId(java.lang.String quickConnectId)
The identifier for the quick connect.
|
public java.lang.String getQuickConnectARN()
The Amazon Resource Name (ARN) for the quick connect.
The Amazon Resource Name (ARN) for the quick connect.
public void setQuickConnectARN(java.lang.String quickConnectARN)
The Amazon Resource Name (ARN) for the quick connect.
quickConnectARN
- The Amazon Resource Name (ARN) for the quick connect.
public CreateQuickConnectResult withQuickConnectARN(java.lang.String quickConnectARN)
The Amazon Resource Name (ARN) for the quick connect.
Returns a reference to this object so that method calls can be chained together.
quickConnectARN
- The Amazon Resource Name (ARN) for the quick connect.
public java.lang.String getQuickConnectId()
The identifier for the quick connect.
The identifier for the quick connect.
public void setQuickConnectId(java.lang.String quickConnectId)
The identifier for the quick connect.
quickConnectId
- The identifier for the quick connect.
public CreateQuickConnectResult withQuickConnectId(java.lang.String quickConnectId)
The identifier for the quick connect.
Returns a reference to this object so that method calls can be chained together.
quickConnectId
- The identifier for the quick connect.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.