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