@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Policy extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Policy() |
| Modifier and Type | Method and Description |
|---|---|
Policy |
clone() |
boolean |
equals(Object obj) |
String |
getHttpInputs()
Allow or disallow jobs that specify HTTP inputs.
|
String |
getHttpsInputs()
Allow or disallow jobs that specify HTTPS inputs.
|
String |
getS3Inputs()
Allow or disallow jobs that specify Amazon S3 inputs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHttpInputs(String httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
void |
setHttpsInputs(String httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
void |
setS3Inputs(String s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
String |
toString()
Returns a string representation of this object.
|
Policy |
withHttpInputs(InputPolicy httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
Policy |
withHttpInputs(String httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
Policy |
withHttpsInputs(InputPolicy httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
Policy |
withHttpsInputs(String httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
Policy |
withS3Inputs(InputPolicy s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
Policy |
withS3Inputs(String s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
public void setHttpInputs(String httpInputs)
httpInputs - Allow or disallow jobs that specify HTTP inputs.InputPolicypublic String getHttpInputs()
InputPolicypublic Policy withHttpInputs(String httpInputs)
httpInputs - Allow or disallow jobs that specify HTTP inputs.InputPolicypublic Policy withHttpInputs(InputPolicy httpInputs)
httpInputs - Allow or disallow jobs that specify HTTP inputs.InputPolicypublic void setHttpsInputs(String httpsInputs)
httpsInputs - Allow or disallow jobs that specify HTTPS inputs.InputPolicypublic String getHttpsInputs()
InputPolicypublic Policy withHttpsInputs(String httpsInputs)
httpsInputs - Allow or disallow jobs that specify HTTPS inputs.InputPolicypublic Policy withHttpsInputs(InputPolicy httpsInputs)
httpsInputs - Allow or disallow jobs that specify HTTPS inputs.InputPolicypublic void setS3Inputs(String s3Inputs)
s3Inputs - Allow or disallow jobs that specify Amazon S3 inputs.InputPolicypublic String getS3Inputs()
InputPolicypublic Policy withS3Inputs(String s3Inputs)
s3Inputs - Allow or disallow jobs that specify Amazon S3 inputs.InputPolicypublic Policy withS3Inputs(InputPolicy s3Inputs)
s3Inputs - Allow or disallow jobs that specify Amazon S3 inputs.InputPolicypublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.