Class OrganizationRequest
- java.lang.Object
-
- pl.wrzasq.lambda.cform.organization.model.OrganizationRequest
-
public class OrganizationRequest extends Object
Organization CloudFormation request.
-
-
Field Summary
Fields Modifier and Type Field Description private com.amazonaws.services.organizations.model.OrganizationFeatureSetfeatureSetFeature set enabled for organization (only applies at creation time).
-
Constructor Summary
Constructors Constructor Description OrganizationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)com.amazonaws.services.organizations.model.OrganizationFeatureSetgetFeatureSet()Feature set enabled for organization (only applies at creation time).inthashCode()voidsetFeatureSet(com.amazonaws.services.organizations.model.OrganizationFeatureSet featureSet)Feature set enabled for organization (only applies at creation time).StringtoString()
-
-
-
Method Detail
-
getFeatureSet
public com.amazonaws.services.organizations.model.OrganizationFeatureSet getFeatureSet()
Feature set enabled for organization (only applies at creation time).
-
setFeatureSet
public void setFeatureSet(com.amazonaws.services.organizations.model.OrganizationFeatureSet featureSet)
Feature set enabled for organization (only applies at creation time).
-
canEqual
protected boolean canEqual(Object other)
-
-