@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationRecommendationResourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Organization Recommendation Resource Summary
Constructor and Description |
---|
OrganizationRecommendationResourceSummary() |
Modifier and Type | Method and Description |
---|---|
OrganizationRecommendationResourceSummary |
addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
OrganizationRecommendationResourceSummary |
clearMetadataEntries()
Removes all the entries added into Metadata.
|
OrganizationRecommendationResourceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID
|
String |
getArn()
The ARN of the Recommendation Resource
|
String |
getAwsResourceId()
The AWS resource identifier
|
String |
getExclusionStatus()
The exclusion status of the Recommendation Resource
|
String |
getId()
The ID of the Recommendation Resource
|
Date |
getLastUpdatedAt()
When the Recommendation Resource was last updated
|
Map<String,String> |
getMetadata()
Metadata associated with the Recommendation Resource
|
String |
getRecommendationArn()
The Recommendation ARN
|
String |
getRegionCode()
The AWS Region code that the Recommendation Resource is in
|
String |
getStatus()
The current status of the Recommendation Resource
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The AWS account ID
|
void |
setArn(String arn)
The ARN of the Recommendation Resource
|
void |
setAwsResourceId(String awsResourceId)
The AWS resource identifier
|
void |
setExclusionStatus(String exclusionStatus)
The exclusion status of the Recommendation Resource
|
void |
setId(String id)
The ID of the Recommendation Resource
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
When the Recommendation Resource was last updated
|
void |
setMetadata(Map<String,String> metadata)
Metadata associated with the Recommendation Resource
|
void |
setRecommendationArn(String recommendationArn)
The Recommendation ARN
|
void |
setRegionCode(String regionCode)
The AWS Region code that the Recommendation Resource is in
|
void |
setStatus(String status)
The current status of the Recommendation Resource
|
String |
toString()
Returns a string representation of this object.
|
OrganizationRecommendationResourceSummary |
withAccountId(String accountId)
The AWS account ID
|
OrganizationRecommendationResourceSummary |
withArn(String arn)
The ARN of the Recommendation Resource
|
OrganizationRecommendationResourceSummary |
withAwsResourceId(String awsResourceId)
The AWS resource identifier
|
OrganizationRecommendationResourceSummary |
withExclusionStatus(ExclusionStatus exclusionStatus)
The exclusion status of the Recommendation Resource
|
OrganizationRecommendationResourceSummary |
withExclusionStatus(String exclusionStatus)
The exclusion status of the Recommendation Resource
|
OrganizationRecommendationResourceSummary |
withId(String id)
The ID of the Recommendation Resource
|
OrganizationRecommendationResourceSummary |
withLastUpdatedAt(Date lastUpdatedAt)
When the Recommendation Resource was last updated
|
OrganizationRecommendationResourceSummary |
withMetadata(Map<String,String> metadata)
Metadata associated with the Recommendation Resource
|
OrganizationRecommendationResourceSummary |
withRecommendationArn(String recommendationArn)
The Recommendation ARN
|
OrganizationRecommendationResourceSummary |
withRegionCode(String regionCode)
The AWS Region code that the Recommendation Resource is in
|
OrganizationRecommendationResourceSummary |
withStatus(ResourceStatus status)
The current status of the Recommendation Resource
|
OrganizationRecommendationResourceSummary |
withStatus(String status)
The current status of the Recommendation Resource
|
public OrganizationRecommendationResourceSummary()
public void setAccountId(String accountId)
The AWS account ID
accountId
- The AWS account IDpublic String getAccountId()
The AWS account ID
public OrganizationRecommendationResourceSummary withAccountId(String accountId)
The AWS account ID
accountId
- The AWS account IDpublic void setArn(String arn)
The ARN of the Recommendation Resource
arn
- The ARN of the Recommendation Resourcepublic String getArn()
The ARN of the Recommendation Resource
public OrganizationRecommendationResourceSummary withArn(String arn)
The ARN of the Recommendation Resource
arn
- The ARN of the Recommendation Resourcepublic void setAwsResourceId(String awsResourceId)
The AWS resource identifier
awsResourceId
- The AWS resource identifierpublic String getAwsResourceId()
The AWS resource identifier
public OrganizationRecommendationResourceSummary withAwsResourceId(String awsResourceId)
The AWS resource identifier
awsResourceId
- The AWS resource identifierpublic void setExclusionStatus(String exclusionStatus)
The exclusion status of the Recommendation Resource
exclusionStatus
- The exclusion status of the Recommendation ResourceExclusionStatus
public String getExclusionStatus()
The exclusion status of the Recommendation Resource
ExclusionStatus
public OrganizationRecommendationResourceSummary withExclusionStatus(String exclusionStatus)
The exclusion status of the Recommendation Resource
exclusionStatus
- The exclusion status of the Recommendation ResourceExclusionStatus
public OrganizationRecommendationResourceSummary withExclusionStatus(ExclusionStatus exclusionStatus)
The exclusion status of the Recommendation Resource
exclusionStatus
- The exclusion status of the Recommendation ResourceExclusionStatus
public void setId(String id)
The ID of the Recommendation Resource
id
- The ID of the Recommendation Resourcepublic String getId()
The ID of the Recommendation Resource
public OrganizationRecommendationResourceSummary withId(String id)
The ID of the Recommendation Resource
id
- The ID of the Recommendation Resourcepublic void setLastUpdatedAt(Date lastUpdatedAt)
When the Recommendation Resource was last updated
lastUpdatedAt
- When the Recommendation Resource was last updatedpublic Date getLastUpdatedAt()
When the Recommendation Resource was last updated
public OrganizationRecommendationResourceSummary withLastUpdatedAt(Date lastUpdatedAt)
When the Recommendation Resource was last updated
lastUpdatedAt
- When the Recommendation Resource was last updatedpublic Map<String,String> getMetadata()
Metadata associated with the Recommendation Resource
public void setMetadata(Map<String,String> metadata)
Metadata associated with the Recommendation Resource
metadata
- Metadata associated with the Recommendation Resourcepublic OrganizationRecommendationResourceSummary withMetadata(Map<String,String> metadata)
Metadata associated with the Recommendation Resource
metadata
- Metadata associated with the Recommendation Resourcepublic OrganizationRecommendationResourceSummary addMetadataEntry(String key, String value)
public OrganizationRecommendationResourceSummary clearMetadataEntries()
public void setRecommendationArn(String recommendationArn)
The Recommendation ARN
recommendationArn
- The Recommendation ARNpublic String getRecommendationArn()
The Recommendation ARN
public OrganizationRecommendationResourceSummary withRecommendationArn(String recommendationArn)
The Recommendation ARN
recommendationArn
- The Recommendation ARNpublic void setRegionCode(String regionCode)
The AWS Region code that the Recommendation Resource is in
regionCode
- The AWS Region code that the Recommendation Resource is inpublic String getRegionCode()
The AWS Region code that the Recommendation Resource is in
public OrganizationRecommendationResourceSummary withRegionCode(String regionCode)
The AWS Region code that the Recommendation Resource is in
regionCode
- The AWS Region code that the Recommendation Resource is inpublic void setStatus(String status)
The current status of the Recommendation Resource
status
- The current status of the Recommendation ResourceResourceStatus
public String getStatus()
The current status of the Recommendation Resource
ResourceStatus
public OrganizationRecommendationResourceSummary withStatus(String status)
The current status of the Recommendation Resource
status
- The current status of the Recommendation ResourceResourceStatus
public OrganizationRecommendationResourceSummary withStatus(ResourceStatus status)
The current status of the Recommendation Resource
status
- The current status of the Recommendation ResourceResourceStatus
public String toString()
toString
in class Object
Object.toString()
public OrganizationRecommendationResourceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.