Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteRolePolicyResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DeleteRolePolicyResponseUnmarshaller
리턴 DeleteRolePolicyResponseUnmarshaller
        public static DeleteRolePolicyResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteRolePolicyResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteRolePolicyResponseUnmarshaller