@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportSignalCatalogRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportSignalCatalogRequest() |
Modifier and Type | Method and Description |
---|---|
ImportSignalCatalogRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A brief description of the signal catalog.
|
String |
getName()
The name of the signal catalog to import.
|
List<Tag> |
getTags()
Metadata that can be used to manage the signal catalog.
|
FormattedVss |
getVss()
The contents of the Vehicle Signal Specification (VSS) configuration.
|
int |
hashCode() |
void |
setDescription(String description)
A brief description of the signal catalog.
|
void |
setName(String name)
The name of the signal catalog to import.
|
void |
setTags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
|
void |
setVss(FormattedVss vss)
The contents of the Vehicle Signal Specification (VSS) configuration.
|
String |
toString()
Returns a string representation of this object.
|
ImportSignalCatalogRequest |
withDescription(String description)
A brief description of the signal catalog.
|
ImportSignalCatalogRequest |
withName(String name)
The name of the signal catalog to import.
|
ImportSignalCatalogRequest |
withTags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
|
ImportSignalCatalogRequest |
withTags(Tag... tags)
Metadata that can be used to manage the signal catalog.
|
ImportSignalCatalogRequest |
withVss(FormattedVss vss)
The contents of the Vehicle Signal Specification (VSS) configuration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the signal catalog to import.
name
- The name of the signal catalog to import.public String getName()
The name of the signal catalog to import.
public ImportSignalCatalogRequest withName(String name)
The name of the signal catalog to import.
name
- The name of the signal catalog to import.public void setDescription(String description)
A brief description of the signal catalog.
description
- A brief description of the signal catalog.public String getDescription()
A brief description of the signal catalog.
public ImportSignalCatalogRequest withDescription(String description)
A brief description of the signal catalog.
description
- A brief description of the signal catalog.public void setVss(FormattedVss vss)
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
vss
- The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to
describe and model signals in vehicle networks.public FormattedVss getVss()
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
public ImportSignalCatalogRequest withVss(FormattedVss vss)
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
vss
- The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to
describe and model signals in vehicle networks.public List<Tag> getTags()
Metadata that can be used to manage the signal catalog.
public void setTags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
tags
- Metadata that can be used to manage the signal catalog.public ImportSignalCatalogRequest withTags(Tag... tags)
Metadata that can be used to manage the signal catalog.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Metadata that can be used to manage the signal catalog.public ImportSignalCatalogRequest withTags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
tags
- Metadata that can be used to manage the signal catalog.public String toString()
toString
in class Object
Object.toString()
public ImportSignalCatalogRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.