@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevocationContent extends Object implements Serializable, Cloneable
Information about a revocation file.
Constructor and Description |
---|
RevocationContent() |
Modifier and Type | Method and Description |
---|---|
RevocationContent |
clone() |
boolean |
equals(Object obj) |
String |
getRevocationType()
The type of revocation file.
|
String |
getS3Bucket()
The Amazon S3 bucket for the revocation file.
|
String |
getS3Key()
The Amazon S3 path for the revocation file.
|
String |
getS3ObjectVersion()
The Amazon S3 object version of the revocation file.
|
int |
hashCode() |
void |
setRevocationType(String revocationType)
The type of revocation file.
|
void |
setS3Bucket(String s3Bucket)
The Amazon S3 bucket for the revocation file.
|
void |
setS3Key(String s3Key)
The Amazon S3 path for the revocation file.
|
void |
setS3ObjectVersion(String s3ObjectVersion)
The Amazon S3 object version of the revocation file.
|
String |
toString()
Returns a string representation of this object.
|
RevocationContent |
withRevocationType(RevocationType revocationType)
The type of revocation file.
|
RevocationContent |
withRevocationType(String revocationType)
The type of revocation file.
|
RevocationContent |
withS3Bucket(String s3Bucket)
The Amazon S3 bucket for the revocation file.
|
RevocationContent |
withS3Key(String s3Key)
The Amazon S3 path for the revocation file.
|
RevocationContent |
withS3ObjectVersion(String s3ObjectVersion)
The Amazon S3 object version of the revocation file.
|
public void setS3Bucket(String s3Bucket)
The Amazon S3 bucket for the revocation file.
s3Bucket
- The Amazon S3 bucket for the revocation file.public String getS3Bucket()
The Amazon S3 bucket for the revocation file.
public RevocationContent withS3Bucket(String s3Bucket)
The Amazon S3 bucket for the revocation file.
s3Bucket
- The Amazon S3 bucket for the revocation file.public void setS3Key(String s3Key)
The Amazon S3 path for the revocation file.
s3Key
- The Amazon S3 path for the revocation file.public String getS3Key()
The Amazon S3 path for the revocation file.
public RevocationContent withS3Key(String s3Key)
The Amazon S3 path for the revocation file.
s3Key
- The Amazon S3 path for the revocation file.public void setS3ObjectVersion(String s3ObjectVersion)
The Amazon S3 object version of the revocation file.
s3ObjectVersion
- The Amazon S3 object version of the revocation file.public String getS3ObjectVersion()
The Amazon S3 object version of the revocation file.
public RevocationContent withS3ObjectVersion(String s3ObjectVersion)
The Amazon S3 object version of the revocation file.
s3ObjectVersion
- The Amazon S3 object version of the revocation file.public void setRevocationType(String revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public String getRevocationType()
The type of revocation file.
RevocationType
public RevocationContent withRevocationType(String revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public RevocationContent withRevocationType(RevocationType revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public String toString()
toString
in class Object
Object.toString()
public RevocationContent clone()