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