Class PolicyStatementRefRequest
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command
com.cloudimpl.outstack.runtime.domain.PolicyStatementRefRequest
public class PolicyStatementRefRequest extends Command
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPolicyStatementRefRequest.Builder -
Constructor Summary
Constructors Constructor Description PolicyStatementRefRequest(PolicyStatementRefRequest.Builder builder) -
Method Summary
Modifier and Type Method Description static PolicyStatementRefRequest.Builderbuilder()java.lang.StringgetPolicyName()java.lang.StringgetPolicyStmtName()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command
commandName, id, rootId, setId, setRootId, setTenantId, setVersion, tenantId, unwrap, versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PolicyStatementRefRequest
-
-
Method Details
-
getPolicyName
public java.lang.String getPolicyName() -
getPolicyStmtName
public java.lang.String getPolicyStmtName() -
builder
-