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