org.jets3t.service.model
Class S3BucketVersioningStatus

java.lang.Object
  extended by org.jets3t.service.model.S3BucketVersioningStatus

public class S3BucketVersioningStatus
extends Object

Author:
James Murty

Constructor Summary
S3BucketVersioningStatus(boolean versioningEnabled, boolean multiFactorAuthEnabled)
           
 
Method Summary
 boolean isMultiFactorAuthDeleteRequired()
           
 boolean isVersioningEnabled()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

S3BucketVersioningStatus

public S3BucketVersioningStatus(boolean versioningEnabled,
                                boolean multiFactorAuthEnabled)
Method Detail

isVersioningEnabled

public boolean isVersioningEnabled()

isMultiFactorAuthDeleteRequired

public boolean isMultiFactorAuthDeleteRequired()

toString

public String toString()
Overrides:
toString in class Object