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

GetInstance() 공개 정적인 메소드

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