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

GetInstance() 공개 정적인 메소드

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