@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportSignalCatalogResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportSignalCatalogResult() |
Modifier and Type | Method and Description |
---|---|
ImportSignalCatalogResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the imported signal catalog.
|
String |
getName()
The name of the imported signal catalog.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the imported signal catalog.
|
void |
setName(String name)
The name of the imported signal catalog.
|
String |
toString()
Returns a string representation of this object.
|
ImportSignalCatalogResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the imported signal catalog.
|
ImportSignalCatalogResult |
withName(String name)
The name of the imported signal catalog.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the imported signal catalog.
name
- The name of the imported signal catalog.public String getName()
The name of the imported signal catalog.
public ImportSignalCatalogResult withName(String name)
The name of the imported signal catalog.
name
- The name of the imported signal catalog.public void setArn(String arn)
The Amazon Resource Name (ARN) of the imported signal catalog.
arn
- The Amazon Resource Name (ARN) of the imported signal catalog.public String getArn()
The Amazon Resource Name (ARN) of the imported signal catalog.
public ImportSignalCatalogResult withArn(String arn)
The Amazon Resource Name (ARN) of the imported signal catalog.
arn
- The Amazon Resource Name (ARN) of the imported signal catalog.public String toString()
toString
in class Object
Object.toString()
public ImportSignalCatalogResult clone()