@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 |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
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()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description.
|
void |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
QuickConnect |
withDescription(String description)
The description.
|
QuickConnect |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
QuickConnect |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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)
The tags used to organize, track, or control access for this resource.
|
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 Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public QuickConnect withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public QuickConnect addTagsEntry(String key, String value)
public QuickConnect clearTagsEntries()
public void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public QuickConnect withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public QuickConnect withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.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.