Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeletePolicyResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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