public class

RedirectRuleExpressionHolder

extends Object
java.lang.Object
   ↳ com.amazonaws.services.s3.model.holders.RedirectRuleExpressionHolder

Summary

Fields
protected String _hostNameType
protected String _httpRedirectCodeType
protected String _replaceKeyPrefixWithType
protected String _replaceKeyWithType
protected Object hostName
protected Object httpRedirectCode
protected Object replaceKeyPrefixWith
protected Object replaceKeyWith
Public Constructors
RedirectRuleExpressionHolder()
Public Methods
Object getHostName()
Retrieves hostName
Object getHttpRedirectCode()
Retrieves httpRedirectCode
Object getReplaceKeyPrefixWith()
Retrieves replaceKeyPrefixWith
Object getReplaceKeyWith()
Retrieves replaceKeyWith
void setHostName(Object value)
Sets hostName
void setHttpRedirectCode(Object value)
Sets httpRedirectCode
void setReplaceKeyPrefixWith(Object value)
Sets replaceKeyPrefixWith
void setReplaceKeyWith(Object value)
Sets replaceKeyWith
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _hostNameType

protected String _httpRedirectCodeType

protected String _replaceKeyPrefixWithType

protected String _replaceKeyWithType

protected Object hostName

protected Object httpRedirectCode

protected Object replaceKeyPrefixWith

protected Object replaceKeyWith

Public Constructors

public RedirectRuleExpressionHolder ()

Public Methods

public Object getHostName ()

Retrieves hostName

public Object getHttpRedirectCode ()

Retrieves httpRedirectCode

public Object getReplaceKeyPrefixWith ()

Retrieves replaceKeyPrefixWith

public Object getReplaceKeyWith ()

Retrieves replaceKeyWith

public void setHostName (Object value)

Sets hostName

Parameters
value Value to set

public void setHttpRedirectCode (Object value)

Sets httpRedirectCode

Parameters
value Value to set

public void setReplaceKeyPrefixWith (Object value)

Sets replaceKeyPrefixWith

Parameters
value Value to set

public void setReplaceKeyWith (Object value)

Sets replaceKeyWith

Parameters
value Value to set