@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportHubContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportHubContentResult() |
Modifier and Type | Method and Description |
---|---|
ImportHubContentResult |
clone() |
boolean |
equals(Object obj) |
String |
getHubArn()
The ARN of the hub that the content was imported into.
|
String |
getHubContentArn()
The ARN of the hub content that was imported.
|
int |
hashCode() |
void |
setHubArn(String hubArn)
The ARN of the hub that the content was imported into.
|
void |
setHubContentArn(String hubContentArn)
The ARN of the hub content that was imported.
|
String |
toString()
Returns a string representation of this object.
|
ImportHubContentResult |
withHubArn(String hubArn)
The ARN of the hub that the content was imported into.
|
ImportHubContentResult |
withHubContentArn(String hubContentArn)
The ARN of the hub content that was imported.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHubArn(String hubArn)
The ARN of the hub that the content was imported into.
hubArn
- The ARN of the hub that the content was imported into.public String getHubArn()
The ARN of the hub that the content was imported into.
public ImportHubContentResult withHubArn(String hubArn)
The ARN of the hub that the content was imported into.
hubArn
- The ARN of the hub that the content was imported into.public void setHubContentArn(String hubContentArn)
The ARN of the hub content that was imported.
hubContentArn
- The ARN of the hub content that was imported.public String getHubContentArn()
The ARN of the hub content that was imported.
public ImportHubContentResult withHubContentArn(String hubContentArn)
The ARN of the hub content that was imported.
hubContentArn
- The ARN of the hub content that was imported.public String toString()
toString
in class Object
Object.toString()
public ImportHubContentResult clone()