@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHubResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeHubResult() |
Modifier and Type | Method and Description |
---|---|
DescribeHubResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that the hub was created.
|
String |
getFailureReason()
The failure reason if importing hub content failed.
|
String |
getHubArn()
The Amazon Resource Name (ARN) of the hub.
|
String |
getHubDescription()
A description of the hub.
|
String |
getHubDisplayName()
The display name of the hub.
|
String |
getHubName()
The name of the hub.
|
List<String> |
getHubSearchKeywords()
The searchable keywords for the hub.
|
String |
getHubStatus()
The status of the hub.
|
Date |
getLastModifiedTime()
The date and time that the hub was last modified.
|
HubS3StorageConfig |
getS3StorageConfig()
The Amazon S3 storage configuration for the hub.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The date and time that the hub was created.
|
void |
setFailureReason(String failureReason)
The failure reason if importing hub content failed.
|
void |
setHubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
|
void |
setHubDescription(String hubDescription)
A description of the hub.
|
void |
setHubDisplayName(String hubDisplayName)
The display name of the hub.
|
void |
setHubName(String hubName)
The name of the hub.
|
void |
setHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
void |
setHubStatus(String hubStatus)
The status of the hub.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the hub was last modified.
|
void |
setS3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
|
String |
toString()
Returns a string representation of this object.
|
DescribeHubResult |
withCreationTime(Date creationTime)
The date and time that the hub was created.
|
DescribeHubResult |
withFailureReason(String failureReason)
The failure reason if importing hub content failed.
|
DescribeHubResult |
withHubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
|
DescribeHubResult |
withHubDescription(String hubDescription)
A description of the hub.
|
DescribeHubResult |
withHubDisplayName(String hubDisplayName)
The display name of the hub.
|
DescribeHubResult |
withHubName(String hubName)
The name of the hub.
|
DescribeHubResult |
withHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
DescribeHubResult |
withHubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
DescribeHubResult |
withHubStatus(HubStatus hubStatus)
The status of the hub.
|
DescribeHubResult |
withHubStatus(String hubStatus)
The status of the hub.
|
DescribeHubResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the hub was last modified.
|
DescribeHubResult |
withS3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHubName(String hubName)
The name of the hub.
hubName
- The name of the hub.public String getHubName()
The name of the hub.
public DescribeHubResult withHubName(String hubName)
The name of the hub.
hubName
- The name of the hub.public void setHubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
hubArn
- The Amazon Resource Name (ARN) of the hub.public String getHubArn()
The Amazon Resource Name (ARN) of the hub.
public DescribeHubResult withHubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
hubArn
- The Amazon Resource Name (ARN) of the hub.public void setHubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName
- The display name of the hub.public String getHubDisplayName()
The display name of the hub.
public DescribeHubResult withHubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName
- The display name of the hub.public void setHubDescription(String hubDescription)
A description of the hub.
hubDescription
- A description of the hub.public String getHubDescription()
A description of the hub.
public DescribeHubResult withHubDescription(String hubDescription)
A description of the hub.
hubDescription
- A description of the hub.public List<String> getHubSearchKeywords()
The searchable keywords for the hub.
public void setHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords
- The searchable keywords for the hub.public DescribeHubResult withHubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
NOTE: This method appends the values to the existing list (if any). Use
setHubSearchKeywords(java.util.Collection)
or withHubSearchKeywords(java.util.Collection)
if
you want to override the existing values.
hubSearchKeywords
- The searchable keywords for the hub.public DescribeHubResult withHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords
- The searchable keywords for the hub.public void setS3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
s3StorageConfig
- The Amazon S3 storage configuration for the hub.public HubS3StorageConfig getS3StorageConfig()
The Amazon S3 storage configuration for the hub.
public DescribeHubResult withS3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
s3StorageConfig
- The Amazon S3 storage configuration for the hub.public void setHubStatus(String hubStatus)
The status of the hub.
hubStatus
- The status of the hub.HubStatus
public String getHubStatus()
The status of the hub.
HubStatus
public DescribeHubResult withHubStatus(String hubStatus)
The status of the hub.
hubStatus
- The status of the hub.HubStatus
public DescribeHubResult withHubStatus(HubStatus hubStatus)
The status of the hub.
hubStatus
- The status of the hub.HubStatus
public void setFailureReason(String failureReason)
The failure reason if importing hub content failed.
failureReason
- The failure reason if importing hub content failed.public String getFailureReason()
The failure reason if importing hub content failed.
public DescribeHubResult withFailureReason(String failureReason)
The failure reason if importing hub content failed.
failureReason
- The failure reason if importing hub content failed.public void setCreationTime(Date creationTime)
The date and time that the hub was created.
creationTime
- The date and time that the hub was created.public Date getCreationTime()
The date and time that the hub was created.
public DescribeHubResult withCreationTime(Date creationTime)
The date and time that the hub was created.
creationTime
- The date and time that the hub was created.public void setLastModifiedTime(Date lastModifiedTime)
The date and time that the hub was last modified.
lastModifiedTime
- The date and time that the hub was last modified.public Date getLastModifiedTime()
The date and time that the hub was last modified.
public DescribeHubResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the hub was last modified.
lastModifiedTime
- The date and time that the hub was last modified.public String toString()
toString
in class Object
Object.toString()
public DescribeHubResult clone()