@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuickConnect extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a quick connect.
Constructor and Description |
---|
QuickConnect() |
Modifier and Type | Method and Description |
---|---|
QuickConnect |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
QuickConnect |
clearTagsEntries()
Removes all the entries added into Tags.
|
QuickConnect |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description.
|
String |
getName()
The name of the quick connect.
|
String |
getQuickConnectARN()
The Amazon Resource Name (ARN) of the quick connect.
|
QuickConnectConfig |
getQuickConnectConfig()
Contains information about the quick connect.
|
String |
getQuickConnectId()
The identifier for the quick connect.
|
Map<String,String> |
getTags()
One or more tags.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description.
|
void |
setName(String name)
The name of the quick connect.
|
void |
setQuickConnectARN(String quickConnectARN)
The Amazon Resource Name (ARN) of the quick connect.
|
void |
setQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Contains information about the quick connect.
|
void |
setQuickConnectId(String quickConnectId)
The identifier for the quick connect.
|
void |
setTags(Map<String,String> tags)
One or more tags.
|
String |
toString()
Returns a string representation of this object.
|
QuickConnect |
withDescription(String description)
The description.
|
QuickConnect |
withName(String name)
The name of the quick connect.
|
QuickConnect |
withQuickConnectARN(String quickConnectARN)
The Amazon Resource Name (ARN) of the quick connect.
|
QuickConnect |
withQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Contains information about the quick connect.
|
QuickConnect |
withQuickConnectId(String quickConnectId)
The identifier for the quick connect.
|
QuickConnect |
withTags(Map<String,String> tags)
One or more tags.
|
public void setQuickConnectARN(String quickConnectARN)
The Amazon Resource Name (ARN) of the quick connect.
quickConnectARN
- The Amazon Resource Name (ARN) of the quick connect.public String getQuickConnectARN()
The Amazon Resource Name (ARN) of the quick connect.
public QuickConnect withQuickConnectARN(String quickConnectARN)
The Amazon Resource Name (ARN) of the quick connect.
quickConnectARN
- The Amazon Resource Name (ARN) of the quick connect.public void setQuickConnectId(String quickConnectId)
The identifier for the quick connect.
quickConnectId
- The identifier for the quick connect.public String getQuickConnectId()
The identifier for the quick connect.
public QuickConnect withQuickConnectId(String quickConnectId)
The identifier for the quick connect.
quickConnectId
- The identifier for the quick connect.public void setName(String name)
The name of the quick connect.
name
- The name of the quick connect.public String getName()
The name of the quick connect.
public QuickConnect withName(String name)
The name of the quick connect.
name
- The name of the quick connect.public void setDescription(String description)
The description.
description
- The description.public String getDescription()
The description.
public QuickConnect withDescription(String description)
The description.
description
- The description.public void setQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Contains information about the quick connect.
quickConnectConfig
- Contains information about the quick connect.public QuickConnectConfig getQuickConnectConfig()
Contains information about the quick connect.
public QuickConnect withQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Contains information about the quick connect.
quickConnectConfig
- Contains information about the quick connect.public void setTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public QuickConnect withTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public QuickConnect addTagsEntry(String key, String value)
public QuickConnect clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public QuickConnect clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.