@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SCApplicationAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides information that defines a schema conversion application.
Constructor and Description |
---|
SCApplicationAttributes() |
Modifier and Type | Method and Description |
---|---|
SCApplicationAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getS3BucketPath()
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
|
String |
getS3BucketRoleArn()
The ARN for the role the application uses to access its Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3BucketPath(String s3BucketPath)
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
|
void |
setS3BucketRoleArn(String s3BucketRoleArn)
The ARN for the role the application uses to access its Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
SCApplicationAttributes |
withS3BucketPath(String s3BucketPath)
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
|
SCApplicationAttributes |
withS3BucketRoleArn(String s3BucketRoleArn)
The ARN for the role the application uses to access its Amazon S3 bucket.
|
public void setS3BucketPath(String s3BucketPath)
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
s3BucketPath
- The path for the Amazon S3 bucket that the application uses for exporting assessment reports.public String getS3BucketPath()
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
public SCApplicationAttributes withS3BucketPath(String s3BucketPath)
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
s3BucketPath
- The path for the Amazon S3 bucket that the application uses for exporting assessment reports.public void setS3BucketRoleArn(String s3BucketRoleArn)
The ARN for the role the application uses to access its Amazon S3 bucket.
s3BucketRoleArn
- The ARN for the role the application uses to access its Amazon S3 bucket.public String getS3BucketRoleArn()
The ARN for the role the application uses to access its Amazon S3 bucket.
public SCApplicationAttributes withS3BucketRoleArn(String s3BucketRoleArn)
The ARN for the role the application uses to access its Amazon S3 bucket.
s3BucketRoleArn
- The ARN for the role the application uses to access its Amazon S3 bucket.public String toString()
toString
in class Object
Object.toString()
public SCApplicationAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.