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