@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Denied extends Object implements Serializable, Cloneable, StructuredPojo
Contains information that denied the authorization.
| Constructor and Description |
|---|
Denied() |
| Modifier and Type | Method and Description |
|---|---|
Denied |
clone() |
boolean |
equals(Object obj) |
ExplicitDeny |
getExplicitDeny()
Information that explicitly denies the authorization.
|
ImplicitDeny |
getImplicitDeny()
Information that implicitly denies the authorization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExplicitDeny(ExplicitDeny explicitDeny)
Information that explicitly denies the authorization.
|
void |
setImplicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization.
|
String |
toString()
Returns a string representation of this object.
|
Denied |
withExplicitDeny(ExplicitDeny explicitDeny)
Information that explicitly denies the authorization.
|
Denied |
withImplicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization.
|
public void setImplicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
implicitDeny - Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an
action on a resource it is considered an implicit deny.public ImplicitDeny getImplicitDeny()
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
public Denied withImplicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
implicitDeny - Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an
action on a resource it is considered an implicit deny.public void setExplicitDeny(ExplicitDeny explicitDeny)
Information that explicitly denies the authorization.
explicitDeny - Information that explicitly denies the authorization.public ExplicitDeny getExplicitDeny()
Information that explicitly denies the authorization.
public Denied withExplicitDeny(ExplicitDeny explicitDeny)
Information that explicitly denies the authorization.
explicitDeny - Information that explicitly denies the authorization.public 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.