com.amazonaws.services.s3.model
Class SetBucketNotificationConfigurationRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest

public class SetBucketNotificationConfigurationRequest
extends AmazonWebServiceRequest


Constructor Summary
SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration, String bucket)
           
 
Method Summary
 String getBucket()
           
 BucketNotificationConfiguration getBucketNotificationConfiguration()
           
 void setBucket(String bucket)
           
 void setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration)
           
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetBucketNotificationConfigurationRequest

public SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration,
                                                 String bucket)
Method Detail

getBucketNotificationConfiguration

public BucketNotificationConfiguration getBucketNotificationConfiguration()

setBucketNotificationConfiguration

public void setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration)

getBucket

public String getBucket()

setBucket

public void setBucket(String bucket)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.