@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetAdvisorCollectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFleetAdvisorCollectorResult() |
Modifier and Type | Method and Description |
---|---|
CreateFleetAdvisorCollectorResult |
clone() |
boolean |
equals(Object obj) |
String |
getCollectorName()
The name of the new Fleet Advisor collector.
|
String |
getCollectorReferencedId()
The unique ID of the new Fleet Advisor collector, for example:
22fda70c-40d5-4acf-b233-a495bd8eb7f5 |
String |
getDescription()
A summary description of the Fleet Advisor collector.
|
String |
getS3BucketName()
The Amazon S3 bucket that the collector uses to store inventory metadata.
|
String |
getServiceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
int |
hashCode() |
void |
setCollectorName(String collectorName)
The name of the new Fleet Advisor collector.
|
void |
setCollectorReferencedId(String collectorReferencedId)
The unique ID of the new Fleet Advisor collector, for example:
22fda70c-40d5-4acf-b233-a495bd8eb7f5 |
void |
setDescription(String description)
A summary description of the Fleet Advisor collector.
|
void |
setS3BucketName(String s3BucketName)
The Amazon S3 bucket that the collector uses to store inventory metadata.
|
void |
setServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
CreateFleetAdvisorCollectorResult |
withCollectorName(String collectorName)
The name of the new Fleet Advisor collector.
|
CreateFleetAdvisorCollectorResult |
withCollectorReferencedId(String collectorReferencedId)
The unique ID of the new Fleet Advisor collector, for example:
22fda70c-40d5-4acf-b233-a495bd8eb7f5 |
CreateFleetAdvisorCollectorResult |
withDescription(String description)
A summary description of the Fleet Advisor collector.
|
CreateFleetAdvisorCollectorResult |
withS3BucketName(String s3BucketName)
The Amazon S3 bucket that the collector uses to store inventory metadata.
|
CreateFleetAdvisorCollectorResult |
withServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCollectorReferencedId(String collectorReferencedId)
The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5
collectorReferencedId
- The unique ID of the new Fleet Advisor collector, for example:
22fda70c-40d5-4acf-b233-a495bd8eb7f5
public String getCollectorReferencedId()
The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5
22fda70c-40d5-4acf-b233-a495bd8eb7f5
public CreateFleetAdvisorCollectorResult withCollectorReferencedId(String collectorReferencedId)
The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5
collectorReferencedId
- The unique ID of the new Fleet Advisor collector, for example:
22fda70c-40d5-4acf-b233-a495bd8eb7f5
public void setCollectorName(String collectorName)
The name of the new Fleet Advisor collector.
collectorName
- The name of the new Fleet Advisor collector.public String getCollectorName()
The name of the new Fleet Advisor collector.
public CreateFleetAdvisorCollectorResult withCollectorName(String collectorName)
The name of the new Fleet Advisor collector.
collectorName
- The name of the new Fleet Advisor collector.public void setDescription(String description)
A summary description of the Fleet Advisor collector.
description
- A summary description of the Fleet Advisor collector.public String getDescription()
A summary description of the Fleet Advisor collector.
public CreateFleetAdvisorCollectorResult withDescription(String description)
A summary description of the Fleet Advisor collector.
description
- A summary description of the Fleet Advisor collector.public void setServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
serviceAccessRoleArn
- The IAM role that grants permissions to access the specified Amazon S3 bucket.public String getServiceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
public CreateFleetAdvisorCollectorResult withServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
serviceAccessRoleArn
- The IAM role that grants permissions to access the specified Amazon S3 bucket.public void setS3BucketName(String s3BucketName)
The Amazon S3 bucket that the collector uses to store inventory metadata.
s3BucketName
- The Amazon S3 bucket that the collector uses to store inventory metadata.public String getS3BucketName()
The Amazon S3 bucket that the collector uses to store inventory metadata.
public CreateFleetAdvisorCollectorResult withS3BucketName(String s3BucketName)
The Amazon S3 bucket that the collector uses to store inventory metadata.
s3BucketName
- The Amazon S3 bucket that the collector uses to store inventory metadata.public String toString()
toString
in class Object
Object.toString()
public CreateFleetAdvisorCollectorResult clone()