Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteUserPolicyResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DeleteUserPolicyResponseUnmarshaller
return DeleteUserPolicyResponseUnmarshaller
        public static DeleteUserPolicyResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteUserPolicyResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteUserPolicyResponseUnmarshaller